Html Css Color HEX #D96B51 Flamingo

📋 copy color: '#D96B51'

red 217 ◦ green 107 ◦ blue 81

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

Shades of Flamingo #D96B51

Tints of Flamingo #D96B51

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 53.58%
G = 26.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96B51 (or 0xD96B51) is known color: Flamingo. HEX triplet: D9, 6B and 51. RGB value is (217,107,81). Sum of RGB (Red+Green+Blue) = 217+107+81=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B51 is #2694AE. Grayscale: #898989. Windows color (decimal): -2528431 or 5336025. OLE color: 5336025.

HSL color Cylindrical-coordinate representation of color #D96B51: hue angle of 11.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96B51 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 81 -
CMYK 0 0.51 0.63 0.15
HSL 11.47º 0.64% 0.58% -
HSV(B) 11.47º 0.63% 0.85% -
XYZ 35.36 25.86 10.91 -
YUV 136.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 217 107 81 0 0.51 0.63 0.15 11.47 0.64 0.58
Hex D9 6B 51 0 33 3F F B 40 3A
Octal 331 153 121 0 63 77 17 13 100 72
Binary 11011001 1101011 1010001 0 110011 111111 1111 1011 1000000 111010

Color Harmonies of #D96B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B51

Black with #D96B51

Text Example


Text Example

White with #D96B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B51; }

 p { color: rgb(217,107,81); }

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

background-color css

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

 a { background-color: rgb(217,107,81); }

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

border-color css

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

 span { border-color: rgb(217,107,81); }

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