Html Css Color HEX #D96E4C Red Damask

📋 copy color: '#D96E4C'

red 217 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #D96E4C

Tints of Red Damask #D96E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 53.85%
G = 27.3%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D96E4C (or 0xD96E4C) is known color: Red Damask. HEX triplet: D9, 6E and 4C. RGB value is (217,110,76). Sum of RGB (Red+Green+Blue) = 217+110+76=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E4C is #2691B3. Grayscale: #8A8A8A. Windows color (decimal): -2527668 or 5009113. OLE color: 5009113.

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

Color convert

RGB 217 110 76 -
CMYK 0 0.49 0.65 0.15
HSL 14.47º 0.65% 0.57% -
HSV(B) 14.47º 0.65% 0.85% -
XYZ 35.5 26.43 10.07 -
YUV 138.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 217 110 76 0 0.49 0.65 0.15 14.47 0.65 0.57
Hex D9 6E 4C 0 31 41 F E 41 39
Octal 331 156 114 0 61 101 17 16 101 71
Binary 11011001 1101110 1001100 0 110001 1000001 1111 1110 1000001 111001

Color Harmonies of #D96E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E4C

Black with #D96E4C

Text Example


Text Example

White with #D96E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E4C; }

 p { color: rgb(217,110,76); }

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

background-color css

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

 a { background-color: rgb(217,110,76); }

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

border-color css

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

 span { border-color: rgb(217,110,76); }

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