Html Css Color HEX #D07246 Red Damask

📋 copy color: '#D07246'

red 208 ◦ green 114 ◦ blue 70

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

Shades of Red Damask #D07246

Tints of Red Damask #D07246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 53.06%
G = 29.08%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07246 (or 0xD07246) is known color: Red Damask. HEX triplet: D0, 72 and 46. RGB value is (208,114,70). Sum of RGB (Red+Green+Blue) = 208+114+70=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D07246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07246 is #2F8DB9. Grayscale: #898989. Windows color (decimal): -3116474 or 4616912. OLE color: 4616912.

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

Color convert

RGB 208 114 70 -
CMYK 0 0.45 0.66 0.18
HSL 19.13º 0.59% 0.55% -
HSV(B) 19.13º 0.66% 0.82% -
XYZ 33.14 25.89 9.04 -
YUV 137.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 208 114 70 0 0.45 0.66 0.18 19.13 0.59 0.55
Hex D0 72 46 0 2D 42 12 13 3B 37
Octal 320 162 106 0 55 102 22 23 73 67
Binary 11010000 1110010 1000110 0 101101 1000010 10010 10011 111011 110111

Color Harmonies of #D07246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07246

Black with #D07246

Text Example


Text Example

White with #D07246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07246; }

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

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

background-color css

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

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

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

border-color css

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

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

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