Html Css Color HEX #D07242 Red Damask

📋 copy color: '#D07242'

red 208 ◦ green 114 ◦ blue 66

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

Shades of Red Damask #D07242

Tints of Red Damask #D07242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 53.61%
G = 29.38%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D07242 (or 0xD07242) is known color: Red Damask. HEX triplet: D0, 72 and 42. RGB value is (208,114,66). Sum of RGB (Red+Green+Blue) = 208+114+66=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D07242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07242 is #2F8DBD. Grayscale: #888888. Windows color (decimal): -3116478 or 4354768. OLE color: 4354768.

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

Color convert

RGB 208 114 66 -
CMYK 0 0.45 0.68 0.18
HSL 20.28º 0.6% 0.54% -
HSV(B) 20.28º 0.68% 0.82% -
XYZ 33.01 25.84 8.4 -
YUV 136.63 88.14 178.9 -
System Red Green Blue C M Y K H S L
Decimal 208 114 66 0 0.45 0.68 0.18 20.28 0.6 0.54
Hex D0 72 42 0 2D 44 12 14 3C 36
Octal 320 162 102 0 55 104 22 24 74 66
Binary 11010000 1110010 1000010 0 101101 1000100 10010 10100 111100 110110

Color Harmonies of #D07242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07242

Black with #D07242

Text Example


Text Example

White with #D07242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07242; }

 p { color: rgb(208,114,66); }

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

background-color css

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

 a { background-color: rgb(208,114,66); }

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

border-color css

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

 span { border-color: rgb(208,114,66); }

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