Html Css Color HEX #D06E44 Red Damask

📋 copy color: '#D06E44'

red 208 ◦ green 110 ◦ blue 68

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

Shades of Red Damask #D06E44

Tints of Red Damask #D06E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 53.89%
G = 28.5%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D06E44 (or 0xD06E44) is known color: Red Damask. HEX triplet: D0, 6E and 44. RGB value is (208,110,68). Sum of RGB (Red+Green+Blue) = 208+110+68=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E44 is #2F91BB. Grayscale: #868686. Windows color (decimal): -3117500 or 4484816. OLE color: 4484816.

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

Color convert

RGB 208 110 68 -
CMYK 0 0.47 0.67 0.18
HSL 18º 0.6% 0.54% -
HSV(B) 18º 0.67% 0.82% -
XYZ 32.63 24.98 8.57 -
YUV 134.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 208 110 68 0 0.47 0.67 0.18 18 0.6 0.54
Hex D0 6E 44 0 2F 43 12 12 3C 36
Octal 320 156 104 0 57 103 22 22 74 66
Binary 11010000 1101110 1000100 0 101111 1000011 10010 10010 111100 110110

Color Harmonies of #D06E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E44

Black with #D06E44

Text Example


Text Example

White with #D06E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E44; }

 p { color: rgb(208,110,68); }

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

background-color css

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

 a { background-color: rgb(208,110,68); }

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

border-color css

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

 span { border-color: rgb(208,110,68); }

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