Html Css Color HEX #D06C3E Red Damask

📋 copy color: '#D06C3E'

red 208 ◦ green 108 ◦ blue 62

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

Shades of Red Damask #D06C3E

Tints of Red Damask #D06C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 55.03%
G = 28.57%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D06C3E (or 0xD06C3E) is known color: Red Damask. HEX triplet: D0, 6C and 3E. RGB value is (208,108,62). Sum of RGB (Red+Green+Blue) = 208+108+62=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C3E is #2F93C1. Grayscale: #848484. Windows color (decimal): -3118018 or 4091088. OLE color: 4091088.

HSL color Cylindrical-coordinate representation of color #D06C3E: hue angle of 18.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D06C3E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 62 -
CMYK 0 0.48 0.70 0.18
HSL 18.9º 0.61% 0.53% -
HSV(B) 18.9º 0.7% 0.82% -
XYZ 32.24 24.48 7.58 -
YUV 132.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 208 108 62 0 0.48 0.70 0.18 18.9 0.61 0.53
Hex D0 6C 3E 0 30 46 12 13 3D 35
Octal 320 154 76 0 60 106 22 23 75 65
Binary 11010000 1101100 111110 0 110000 1000110 10010 10011 111101 110101

Color Harmonies of #D06C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C3E

Black with #D06C3E

Text Example


Text Example

White with #D06C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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