Html Css Color HEX #D07446 Red Damask

📋 copy color: '#D07446'

red 208 ◦ green 116 ◦ blue 70

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

Shades of Red Damask #D07446

Tints of Red Damask #D07446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 52.79%
G = 29.44%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07446 (or 0xD07446) is known color: Red Damask. HEX triplet: D0, 74 and 46. RGB value is (208,116,70). Sum of RGB (Red+Green+Blue) = 208+116+70=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07446 is #2F8BB9. Grayscale: #8A8A8A. Windows color (decimal): -3115962 or 4617424. OLE color: 4617424.

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

Color convert

RGB 208 116 70 -
CMYK 0 0.44 0.66 0.18
HSL 20º 0.59% 0.55% -
HSV(B) 20º 0.66% 0.82% -
XYZ 33.36 26.34 9.12 -
YUV 138.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 208 116 70 0 0.44 0.66 0.18 20 0.59 0.55
Hex D0 74 46 0 2C 42 12 14 3B 37
Octal 320 164 106 0 54 102 22 24 73 67
Binary 11010000 1110100 1000110 0 101100 1000010 10010 10100 111011 110111

Color Harmonies of #D07446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07446

Black with #D07446

Text Example


Text Example

White with #D07446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07446; }

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

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

background-color css

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

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

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

border-color css

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

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

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