Html Css Color HEX #D06C41 Red Damask

📋 copy color: '#D06C41'

red 208 ◦ green 108 ◦ blue 65

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

Shades of Red Damask #D06C41

Tints of Red Damask #D06C41

RGB

 RED value IS 208 (81.64% from 255) = 54.59%

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 54.59%
G = 28.35%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06C41 (or 0xD06C41) is known color: Red Damask. HEX triplet: D0, 6C and 41. RGB value is (208,108,65). Sum of RGB (Red+Green+Blue) = 208+108+65=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C41 is #2F93BE. Grayscale: #858585. Windows color (decimal): -3118015 or 4287696. OLE color: 4287696.

HSL color Cylindrical-coordinate representation of color #D06C41: hue angle of 18.04º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D06C41 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 65 -
CMYK 0 0.48 0.69 0.18
HSL 18.04º 0.6% 0.54% -
HSV(B) 18.04º 0.69% 0.82% -
XYZ 32.33 24.52 8.03 -
YUV 133 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 208 108 65 0 0.48 0.69 0.18 18.04 0.6 0.54
Hex D0 6C 41 0 30 45 12 12 3C 36
Octal 320 154 101 0 60 105 22 22 74 66
Binary 11010000 1101100 1000001 0 110000 1000101 10010 10010 111100 110110

Color Harmonies of #D06C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C41

Black with #D06C41

Text Example


Text Example

White with #D06C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C41; }

 p { color: rgb(208,108,65); }

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

background-color css

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

 a { background-color: rgb(208,108,65); }

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

border-color css

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

 span { border-color: rgb(208,108,65); }

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