Html Css Color HEX #D96152 Flamingo

📋 copy color: '#D96152'

red 217 ◦ green 97 ◦ blue 82

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

Shades of Flamingo #D96152

Tints of Flamingo #D96152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 54.8%
G = 24.49%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96152 (or 0xD96152) is known color: Flamingo. HEX triplet: D9, 61 and 52. RGB value is (217,97,82). Sum of RGB (Red+Green+Blue) = 217+97+82=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96152 is #269EAD. Grayscale: #838383. Windows color (decimal): -2530990 or 5399001. OLE color: 5399001.

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

Color convert

RGB 217 97 82 -
CMYK 0 0.55 0.62 0.15
HSL 6.67º 0.64% 0.59% -
HSV(B) 6.67º 0.62% 0.85% -
XYZ 34.41 23.91 10.78 -
YUV 131.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 217 97 82 0 0.55 0.62 0.15 6.67 0.64 0.59
Hex D9 61 52 0 37 3E F 7 40 3B
Octal 331 141 122 0 67 76 17 7 100 73
Binary 11011001 1100001 1010010 0 110111 111110 1111 111 1000000 111011

Color Harmonies of #D96152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96152

Black with #D96152

Text Example


Text Example

White with #D96152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96152; }

 p { color: rgb(217,97,82); }

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

background-color css

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

 a { background-color: rgb(217,97,82); }

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

border-color css

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

 span { border-color: rgb(217,97,82); }

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