Html Css Color HEX #D96652 Flamingo

📋 copy color: '#D96652'

red 217 ◦ green 102 ◦ blue 82

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

Shades of Flamingo #D96652

Tints of Flamingo #D96652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 54.11%
G = 25.44%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96652 (or 0xD96652) is known color: Flamingo. HEX triplet: D9, 66 and 52. RGB value is (217,102,82). Sum of RGB (Red+Green+Blue) = 217+102+82=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D96652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96652 is #2699AD. Grayscale: #868686. Windows color (decimal): -2529710 or 5400281. OLE color: 5400281.

HSL color Cylindrical-coordinate representation of color #D96652: hue angle of 8.89º 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 #D96652 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 82 -
CMYK 0 0.53 0.62 0.15
HSL 8.89º 0.64% 0.59% -
HSV(B) 8.89º 0.62% 0.85% -
XYZ 34.89 24.86 10.94 -
YUV 134.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 217 102 82 0 0.53 0.62 0.15 8.89 0.64 0.59
Hex D9 66 52 0 35 3E F 9 40 3B
Octal 331 146 122 0 65 76 17 11 100 73
Binary 11011001 1100110 1010010 0 110101 111110 1111 1001 1000000 111011

Color Harmonies of #D96652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96652

Black with #D96652

Text Example


Text Example

White with #D96652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96652; }

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

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

background-color css

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

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

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

border-color css

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

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

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