Html Css Color HEX #D96948 Flamingo

📋 copy color: '#D96948'

red 217 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #D96948

Tints of Flamingo #D96948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 55.08%
G = 26.65%
B = 18.27%

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

#D96948 (or 0xD96948) is known color: Flamingo. HEX triplet: D9, 69 and 48. RGB value is (217,105,72). Sum of RGB (Red+Green+Blue) = 217+105+72=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96948 is #2696B7. Grayscale: #868686. Windows color (decimal): -2528952 or 4745689. OLE color: 4745689.

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

Color convert

RGB 217 105 72 -
CMYK 0 0.52 0.67 0.15
HSL 13.66º 0.66% 0.57% -
HSV(B) 13.66º 0.67% 0.85% -
XYZ 34.84 25.32 9.18 -
YUV 134.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 217 105 72 0 0.52 0.67 0.15 13.66 0.66 0.57
Hex D9 69 48 0 34 43 F E 42 39
Octal 331 151 110 0 64 103 17 16 102 71
Binary 11011001 1101001 1001000 0 110100 1000011 1111 1110 1000010 111001

Color Harmonies of #D96948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96948

Black with #D96948

Text Example


Text Example

White with #D96948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96948; }

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

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

background-color css

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

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

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

border-color css

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

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

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