Html Css Color HEX #D96848 Flamingo

📋 copy color: '#D96848'

red 217 ◦ green 104 ◦ blue 72

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

Shades of Flamingo #D96848

Tints of Flamingo #D96848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 55.22%
G = 26.46%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96848 (or 0xD96848) is known color: Flamingo. HEX triplet: D9, 68 and 48. RGB value is (217,104,72). Sum of RGB (Red+Green+Blue) = 217+104+72=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D96848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96848 is #2697B7. Grayscale: #868686. Windows color (decimal): -2529208 or 4745433. OLE color: 4745433.

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

Color convert

RGB 217 104 72 -
CMYK 0 0.52 0.67 0.15
HSL 13.24º 0.66% 0.57% -
HSV(B) 13.24º 0.67% 0.85% -
XYZ 34.74 25.12 9.15 -
YUV 134.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 217 104 72 0 0.52 0.67 0.15 13.24 0.66 0.57
Hex D9 68 48 0 34 43 F D 42 39
Octal 331 150 110 0 64 103 17 15 102 71
Binary 11011001 1101000 1001000 0 110100 1000011 1111 1101 1000010 111001

Color Harmonies of #D96848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96848

Black with #D96848

Text Example


Text Example

White with #D96848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96848; }

 p { color: rgb(217,104,72); }

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

background-color css

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

 a { background-color: rgb(217,104,72); }

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

border-color css

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

 span { border-color: rgb(217,104,72); }

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