Html Css Color HEX #D2774F Red Damask

📋 copy color: '#D2774F'

red 210 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #D2774F

Tints of Red Damask #D2774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 79 (31.25% from 255) = 19.36%

R = 51.47%
G = 29.17%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2774F (or 0xD2774F) is known color: Red Damask. HEX triplet: D2, 77 and 4F. RGB value is (210,119,79). Sum of RGB (Red+Green+Blue) = 210+119+79=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2774F is #2D88B0. Grayscale: #8D8D8D. Windows color (decimal): -2984113 or 5208018. OLE color: 5208018.

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

Color convert

RGB 210 119 79 -
CMYK 0 0.43 0.62 0.18
HSL 18.32º 0.59% 0.57% -
HSV(B) 18.32º 0.62% 0.82% -
XYZ 34.59 27.46 10.87 -
YUV 141.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 210 119 79 0 0.43 0.62 0.18 18.32 0.59 0.57
Hex D2 77 4F 0 2B 3E 12 12 3B 39
Octal 322 167 117 0 53 76 22 22 73 71
Binary 11010010 1110111 1001111 0 101011 111110 10010 10010 111011 111001

Color Harmonies of #D2774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2774F

Black with #D2774F

Text Example


Text Example

White with #D2774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2774F; }

 p { color: rgb(210,119,79); }

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

background-color css

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

 a { background-color: rgb(210,119,79); }

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

border-color css

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

 span { border-color: rgb(210,119,79); }

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