Html Css Color HEX #D96C46 Red Damask

📋 copy color: '#D96C46'

red 217 ◦ green 108 ◦ blue 70

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

Shades of Red Damask #D96C46

Tints of Red Damask #D96C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 54.94%
G = 27.34%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96C46 (or 0xD96C46) is known color: Red Damask. HEX triplet: D9, 6C and 46. RGB value is (217,108,70). Sum of RGB (Red+Green+Blue) = 217+108+70=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C46 is #2693B9. Grayscale: #888888. Windows color (decimal): -2528186 or 4615385. OLE color: 4615385.

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

Color convert

RGB 217 108 70 -
CMYK 0 0.50 0.68 0.15
HSL 15.51º 0.66% 0.56% -
HSV(B) 15.51º 0.68% 0.85% -
XYZ 35.08 25.92 8.95 -
YUV 136.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 217 108 70 0 0.50 0.68 0.15 15.51 0.66 0.56
Hex D9 6C 46 0 32 44 F 10 42 38
Octal 331 154 106 0 62 104 17 20 102 70
Binary 11011001 1101100 1000110 0 110010 1000100 1111 10000 1000010 111000

Color Harmonies of #D96C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C46

Black with #D96C46

Text Example


Text Example

White with #D96C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C46; }

 p { color: rgb(217,108,70); }

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

background-color css

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

 a { background-color: rgb(217,108,70); }

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

border-color css

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

 span { border-color: rgb(217,108,70); }

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