Html Css Color HEX #D96A4B Flamingo

📋 copy color: '#D96A4B'

red 217 ◦ green 106 ◦ blue 75

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

Shades of Flamingo #D96A4B

Tints of Flamingo #D96A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 54.52%
G = 26.63%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D96A4B (or 0xD96A4B) is known color: Flamingo. HEX triplet: D9, 6A and 4B. RGB value is (217,106,75). Sum of RGB (Red+Green+Blue) = 217+106+75=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A4B is #2695B4. Grayscale: #878787. Windows color (decimal): -2528693 or 4942553. OLE color: 4942553.

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

Color convert

RGB 217 106 75 -
CMYK 0 0.51 0.65 0.15
HSL 13.1º 0.65% 0.57% -
HSV(B) 13.1º 0.65% 0.85% -
XYZ 35.04 25.57 9.74 -
YUV 135.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 217 106 75 0 0.51 0.65 0.15 13.1 0.65 0.57
Hex D9 6A 4B 0 33 41 F D 41 39
Octal 331 152 113 0 63 101 17 15 101 71
Binary 11011001 1101010 1001011 0 110011 1000001 1111 1101 1000001 111001

Color Harmonies of #D96A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A4B

Black with #D96A4B

Text Example


Text Example

White with #D96A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A4B; }

 p { color: rgb(217,106,75); }

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

background-color css

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

 a { background-color: rgb(217,106,75); }

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

border-color css

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

 span { border-color: rgb(217,106,75); }

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