Html Css Color HEX #D96552 Flamingo

📋 copy color: '#D96552'

red 217 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #D96552

Tints of Flamingo #D96552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 54.25%
G = 25.25%
B = 20.5%

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

#D96552 (or 0xD96552) is known color: Flamingo. HEX triplet: D9, 65 and 52. RGB value is (217,101,82). Sum of RGB (Red+Green+Blue) = 217+101+82=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D96552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96552 is #269AAD. Grayscale: #858585. Windows color (decimal): -2529966 or 5400025. OLE color: 5400025.

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

Color convert

RGB 217 101 82 -
CMYK 0 0.53 0.62 0.15
HSL 8.44º 0.64% 0.59% -
HSV(B) 8.44º 0.62% 0.85% -
XYZ 34.79 24.67 10.91 -
YUV 133.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 217 101 82 0 0.53 0.62 0.15 8.44 0.64 0.59
Hex D9 65 52 0 35 3E F 8 40 3B
Octal 331 145 122 0 65 76 17 10 100 73
Binary 11011001 1100101 1010010 0 110101 111110 1111 1000 1000000 111011

Color Harmonies of #D96552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96552

Black with #D96552

Text Example


Text Example

White with #D96552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96552; }

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

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

background-color css

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

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

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

border-color css

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

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

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