Html Css Color HEX #D96B4A Flamingo

📋 copy color: '#D96B4A'

red 217 ◦ green 107 ◦ blue 74

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

Shades of Flamingo #D96B4A

Tints of Flamingo #D96B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.59%

R = 54.52%
G = 26.88%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D96B4A (or 0xD96B4A) is known color: Flamingo. HEX triplet: D9, 6B and 4A. RGB value is (217,107,74). Sum of RGB (Red+Green+Blue) = 217+107+74=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B4A is #2694B5. Grayscale: #888888. Windows color (decimal): -2528438 or 4877273. OLE color: 4877273.

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

Color convert

RGB 217 107 74 -
CMYK 0 0.51 0.66 0.15
HSL 13.85º 0.65% 0.57% -
HSV(B) 13.85º 0.66% 0.85% -
XYZ 35.11 25.76 9.6 -
YUV 136.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 217 107 74 0 0.51 0.66 0.15 13.85 0.65 0.57
Hex D9 6B 4A 0 33 42 F E 41 39
Octal 331 153 112 0 63 102 17 16 101 71
Binary 11011001 1101011 1001010 0 110011 1000010 1111 1110 1000001 111001

Color Harmonies of #D96B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B4A

Black with #D96B4A

Text Example


Text Example

White with #D96B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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