Html Css Color HEX #D07146 Red Damask

📋 copy color: '#D07146'

red 208 ◦ green 113 ◦ blue 70

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

Shades of Red Damask #D07146

Tints of Red Damask #D07146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 53.2%
G = 28.9%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07146 (or 0xD07146) is known color: Red Damask. HEX triplet: D0, 71 and 46. RGB value is (208,113,70). Sum of RGB (Red+Green+Blue) = 208+113+70=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D07146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07146 is #2F8EB9. Grayscale: #888888. Windows color (decimal): -3116730 or 4616656. OLE color: 4616656.

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

Color convert

RGB 208 113 70 -
CMYK 0 0.46 0.66 0.18
HSL 18.7º 0.59% 0.55% -
HSV(B) 18.7º 0.66% 0.82% -
XYZ 33.02 25.66 9.01 -
YUV 136.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 208 113 70 0 0.46 0.66 0.18 18.7 0.59 0.55
Hex D0 71 46 0 2E 42 12 13 3B 37
Octal 320 161 106 0 56 102 22 23 73 67
Binary 11010000 1110001 1000110 0 101110 1000010 10010 10011 111011 110111

Color Harmonies of #D07146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07146

Black with #D07146

Text Example


Text Example

White with #D07146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07146; }

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

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

background-color css

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

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

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

border-color css

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

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

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