Html Css Color HEX #D0724C Red Damask

📋 copy color: '#D0724C'

red 208 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #D0724C

Tints of Red Damask #D0724C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 52.26%
G = 28.64%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0724C (or 0xD0724C) is known color: Red Damask. HEX triplet: D0, 72 and 4C. RGB value is (208,114,76). Sum of RGB (Red+Green+Blue) = 208+114+76=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0724C is #2F8DB3. Grayscale: #8A8A8A. Windows color (decimal): -3116468 or 5010128. OLE color: 5010128.

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

Color convert

RGB 208 114 76 -
CMYK 0 0.45 0.63 0.18
HSL 17.27º 0.58% 0.56% -
HSV(B) 17.27º 0.63% 0.82% -
XYZ 33.33 25.97 10.09 -
YUV 137.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 208 114 76 0 0.45 0.63 0.18 17.27 0.58 0.56
Hex D0 72 4C 0 2D 3F 12 11 3A 38
Octal 320 162 114 0 55 77 22 21 72 70
Binary 11010000 1110010 1001100 0 101101 111111 10010 10001 111010 111000

Color Harmonies of #D0724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0724C

Black with #D0724C

Text Example


Text Example

White with #D0724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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