Html Css Color HEX #D07241 Red Damask

📋 copy color: '#D07241'

red 208 ◦ green 114 ◦ blue 65

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

Shades of Red Damask #D07241

Tints of Red Damask #D07241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 53.75%
G = 29.46%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07241 (or 0xD07241) is known color: Red Damask. HEX triplet: D0, 72 and 41. RGB value is (208,114,65). Sum of RGB (Red+Green+Blue) = 208+114+65=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D07241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07241 is #2F8DBE. Grayscale: #888888. Windows color (decimal): -3116479 or 4289232. OLE color: 4289232.

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

Color convert

RGB 208 114 65 -
CMYK 0 0.45 0.69 0.18
HSL 20.56º 0.6% 0.54% -
HSV(B) 20.56º 0.69% 0.82% -
XYZ 32.98 25.83 8.25 -
YUV 136.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 208 114 65 0 0.45 0.69 0.18 20.56 0.6 0.54
Hex D0 72 41 0 2D 45 12 15 3C 36
Octal 320 162 101 0 55 105 22 25 74 66
Binary 11010000 1110010 1000001 0 101101 1000101 10010 10101 111100 110110

Color Harmonies of #D07241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07241

Black with #D07241

Text Example


Text Example

White with #D07241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07241; }

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

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

background-color css

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

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

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

border-color css

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

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

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