Html Css Color HEX #D07549 Red Damask

📋 copy color: '#D07549'

red 208 ◦ green 117 ◦ blue 73

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

Shades of Red Damask #D07549

Tints of Red Damask #D07549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 52.26%
G = 29.4%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D07549 (or 0xD07549) is known color: Red Damask. HEX triplet: D0, 75 and 49. RGB value is (208,117,73). Sum of RGB (Red+Green+Blue) = 208+117+73=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D07549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07549 is #2F8AB6. Grayscale: #8B8B8B. Windows color (decimal): -3115703 or 4814288. OLE color: 4814288.

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

Color convert

RGB 208 117 73 -
CMYK 0 0.44 0.65 0.18
HSL 19.56º 0.59% 0.55% -
HSV(B) 19.56º 0.65% 0.82% -
XYZ 33.58 26.61 9.67 -
YUV 139.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 208 117 73 0 0.44 0.65 0.18 19.56 0.59 0.55
Hex D0 75 49 0 2C 41 12 14 3B 37
Octal 320 165 111 0 54 101 22 24 73 67
Binary 11010000 1110101 1001001 0 101100 1000001 10010 10100 111011 110111

Color Harmonies of #D07549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07549

Black with #D07549

Text Example


Text Example

White with #D07549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07549; }

 p { color: rgb(208,117,73); }

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

background-color css

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

 a { background-color: rgb(208,117,73); }

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

border-color css

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

 span { border-color: rgb(208,117,73); }

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