Html Css Color HEX #D07048 Red Damask

📋 copy color: '#D07048'

red 208 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #D07048

Tints of Red Damask #D07048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 53.06%
G = 28.57%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D07048 (or 0xD07048) is known color: Red Damask. HEX triplet: D0, 70 and 48. RGB value is (208,112,72). Sum of RGB (Red+Green+Blue) = 208+112+72=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D07048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07048 is #2F8FB7. Grayscale: #888888. Windows color (decimal): -3116984 or 4747472. OLE color: 4747472.

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

Color convert

RGB 208 112 72 -
CMYK 0 0.46 0.65 0.18
HSL 17.65º 0.59% 0.55% -
HSV(B) 17.65º 0.65% 0.82% -
XYZ 32.98 25.47 9.31 -
YUV 136.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 208 112 72 0 0.46 0.65 0.18 17.65 0.59 0.55
Hex D0 70 48 0 2E 41 12 12 3B 37
Octal 320 160 110 0 56 101 22 22 73 67
Binary 11010000 1110000 1001000 0 101110 1000001 10010 10010 111011 110111

Color Harmonies of #D07048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07048

Black with #D07048

Text Example


Text Example

White with #D07048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07048; }

 p { color: rgb(208,112,72); }

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

background-color css

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

 a { background-color: rgb(208,112,72); }

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

border-color css

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

 span { border-color: rgb(208,112,72); }

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