Html Css Color HEX #D96248 Flamingo

📋 copy color: '#D96248'

red 217 ◦ green 98 ◦ blue 72

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

Shades of Flamingo #D96248

Tints of Flamingo #D96248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 56.07%
G = 25.32%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96248 (or 0xD96248) is known color: Flamingo. HEX triplet: D9, 62 and 48. RGB value is (217,98,72). Sum of RGB (Red+Green+Blue) = 217+98+72=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D96248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96248 is #269DB7. Grayscale: #828282. Windows color (decimal): -2530744 or 4743897. OLE color: 4743897.

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

Color convert

RGB 217 98 72 -
CMYK 0 0.55 0.67 0.15
HSL 10.76º 0.66% 0.57% -
HSV(B) 10.76º 0.67% 0.85% -
XYZ 34.15 23.95 8.95 -
YUV 130.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 217 98 72 0 0.55 0.67 0.15 10.76 0.66 0.57
Hex D9 62 48 0 37 43 F B 42 39
Octal 331 142 110 0 67 103 17 13 102 71
Binary 11011001 1100010 1001000 0 110111 1000011 1111 1011 1000010 111001

Color Harmonies of #D96248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96248

Black with #D96248

Text Example


Text Example

White with #D96248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96248; }

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

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

background-color css

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

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

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

border-color css

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

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

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