Html Css Color HEX #D96B54 Flamingo

📋 copy color: '#D96B54'

red 217 ◦ green 107 ◦ blue 84

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

Shades of Flamingo #D96B54

Tints of Flamingo #D96B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 53.19%
G = 26.23%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96B54 (or 0xD96B54) is known color: Flamingo. HEX triplet: D9, 6B and 54. RGB value is (217,107,84). Sum of RGB (Red+Green+Blue) = 217+107+84=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B54 is #2694AB. Grayscale: #898989. Windows color (decimal): -2528428 or 5532633. OLE color: 5532633.

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

Color convert

RGB 217 107 84 -
CMYK 0 0.51 0.61 0.15
HSL 10.38º 0.64% 0.59% -
HSV(B) 10.38º 0.61% 0.85% -
XYZ 35.47 25.91 11.52 -
YUV 137.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 217 107 84 0 0.51 0.61 0.15 10.38 0.64 0.59
Hex D9 6B 54 0 33 3D F A 40 3B
Octal 331 153 124 0 63 75 17 12 100 73
Binary 11011001 1101011 1010100 0 110011 111101 1111 1010 1000000 111011

Color Harmonies of #D96B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B54

Black with #D96B54

Text Example


Text Example

White with #D96B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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