Html Css Color HEX #D07044 Red Damask

📋 copy color: '#D07044'

red 208 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #D07044

Tints of Red Damask #D07044

RGB

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

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

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

R = 53.61%
G = 28.87%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D07044 (or 0xD07044) is known color: Red Damask. HEX triplet: D0, 70 and 44. RGB value is (208,112,68). Sum of RGB (Red+Green+Blue) = 208+112+68=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D07044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07044 is #2F8FBB. Grayscale: #878787. Windows color (decimal): -3116988 or 4485328. OLE color: 4485328.

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

Color convert

RGB 208 112 68 -
CMYK 0 0.46 0.67 0.18
HSL 18.86º 0.6% 0.54% -
HSV(B) 18.86º 0.67% 0.82% -
XYZ 32.85 25.42 8.64 -
YUV 135.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 208 112 68 0 0.46 0.67 0.18 18.86 0.6 0.54
Hex D0 70 44 0 2E 43 12 13 3C 36
Octal 320 160 104 0 56 103 22 23 74 66
Binary 11010000 1110000 1000100 0 101110 1000011 10010 10011 111100 110110

Color Harmonies of #D07044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07044

Black with #D07044

Text Example


Text Example

White with #D07044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07044; }

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

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

background-color css

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

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

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

border-color css

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

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

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