Html Css Color HEX #D07041 Red Damask

📋 copy color: '#D07041'

red 208 ◦ green 112 ◦ blue 65

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

Shades of Red Damask #D07041

Tints of Red Damask #D07041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 54.03%
G = 29.09%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07041 (or 0xD07041) is known color: Red Damask. HEX triplet: D0, 70 and 41. RGB value is (208,112,65). Sum of RGB (Red+Green+Blue) = 208+112+65=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D07041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07041 is #2F8FBE. Grayscale: #878787. Windows color (decimal): -3116991 or 4288720. OLE color: 4288720.

HSL color Cylindrical-coordinate representation of color #D07041: hue angle of 19.72º 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 #D07041 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 65 -
CMYK 0 0.46 0.69 0.18
HSL 19.72º 0.6% 0.54% -
HSV(B) 19.72º 0.69% 0.82% -
XYZ 32.76 25.38 8.17 -
YUV 135.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 208 112 65 0 0.46 0.69 0.18 19.72 0.6 0.54
Hex D0 70 41 0 2E 45 12 14 3C 36
Octal 320 160 101 0 56 105 22 24 74 66
Binary 11010000 1110000 1000001 0 101110 1000101 10010 10100 111100 110110

Color Harmonies of #D07041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07041

Black with #D07041

Text Example


Text Example

White with #D07041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07041; }

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

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

background-color css

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

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

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

border-color css

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

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

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