Html Css Color HEX #D76451 Flamingo

📋 copy color: '#D76451'

red 215 ◦ green 100 ◦ blue 81

#D76451
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #D76451

Tints of Flamingo #D76451

RGB

 RED value IS 215 (84.38% from 255) = 54.29%

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 81 (32.03% from 255) = 20.45%

R = 54.29%
G = 25.25%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D76451 (or 0xD76451) is known color: Flamingo. HEX triplet: D7, 64 and 51. RGB value is (215,100,81). Sum of RGB (Red+Green+Blue) = 215+100+81=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D76451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76451 is #289BAE. Grayscale: #848484. Windows color (decimal): -2661295 or 5334231. OLE color: 5334231.

HSL color Cylindrical-coordinate representation of color #D76451: hue angle of 8.51º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D76451 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 81 -
CMYK 0 0.53 0.62 0.16
HSL 8.51º 0.63% 0.58% -
HSV(B) 8.51º 0.62% 0.84% -
XYZ 34.07 24.16 10.65 -
YUV 132.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 215 100 81 0 0.53 0.62 0.16 8.51 0.63 0.58
Hex D7 64 51 0 35 3E 10 9 3F 3A
Octal 327 144 121 0 65 76 20 11 77 72
Binary 11010111 1100100 1010001 0 110101 111110 10000 1001 111111 111010

Color Harmonies of #D76451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76451

Black with #D76451

Text Example


Text Example

White with #D76451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76451; }

 p { color: rgb(215,100,81); }

 H1.HeaderClassName
 {
   color: #D76451;
 }
 .AnyTagClassName
 {
   color: #D76451;
 }
</style>

background-color css

<style>
 a { background-color: #D76451; }

 a { background-color: rgb(215,100,81); }

 div.DivClassName
 {
   background-color: #D76451;
 }
 .BgClassName
 {
   background-color: #D76451;
 }
</style>

border-color css

<style>
 span { border-color: #D76451; }

 span { border-color: rgb(215,100,81); }

 td.TdClassName
 {
   border-color: #D76451;
 }
 .TagClassName
 {
   border-color: #D76451;
 }
</style>