Html Css Color HEX #D2704D Red Damask

📋 copy color: '#D2704D'

red 210 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #D2704D

Tints of Red Damask #D2704D

RGB

 RED value IS 210 (82.42% from 255) = 52.63%

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

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 52.63%
G = 28.07%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2704D (or 0xD2704D) is known color: Red Damask. HEX triplet: D2, 70 and 4D. RGB value is (210,112,77). Sum of RGB (Red+Green+Blue) = 210+112+77=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2704D is #2D8FB2. Grayscale: #898989. Windows color (decimal): -2985907 or 5075154. OLE color: 5075154.

HSL color Cylindrical-coordinate representation of color #D2704D: hue angle of 15.79º degrees, saturation: 0.6, 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 #D2704D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 77 -
CMYK 0 0.47 0.63 0.18
HSL 15.79º 0.6% 0.56% -
HSV(B) 15.79º 0.63% 0.82% -
XYZ 33.71 25.83 10.23 -
YUV 137.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 210 112 77 0 0.47 0.63 0.18 15.79 0.6 0.56
Hex D2 70 4D 0 2F 3F 12 10 3C 38
Octal 322 160 115 0 57 77 22 20 74 70
Binary 11010010 1110000 1001101 0 101111 111111 10010 10000 111100 111000

Color Harmonies of #D2704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2704D

Black with #D2704D

Text Example


Text Example

White with #D2704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2704D; }

 p { color: rgb(210,112,77); }

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

background-color css

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

 a { background-color: rgb(210,112,77); }

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

border-color css

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

 span { border-color: rgb(210,112,77); }

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