Html Css Color HEX #D0774D Red Damask

📋 copy color: '#D0774D'

red 208 ◦ green 119 ◦ blue 77

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

Shades of Red Damask #D0774D

Tints of Red Damask #D0774D

RGB

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

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

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

R = 51.49%
G = 29.46%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0774D (or 0xD0774D) is known color: Red Damask. HEX triplet: D0, 77 and 4D. RGB value is (208,119,77). Sum of RGB (Red+Green+Blue) = 208+119+77=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0774D is #2F88B2. Grayscale: #8D8D8D. Windows color (decimal): -3115187 or 5076944. OLE color: 5076944.

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

Color convert

RGB 208 119 77 -
CMYK 0 0.43 0.63 0.18
HSL 19.24º 0.58% 0.56% -
HSV(B) 19.24º 0.63% 0.82% -
XYZ 33.95 27.14 10.47 -
YUV 140.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 208 119 77 0 0.43 0.63 0.18 19.24 0.58 0.56
Hex D0 77 4D 0 2B 3F 12 13 3A 38
Octal 320 167 115 0 53 77 22 23 72 70
Binary 11010000 1110111 1001101 0 101011 111111 10010 10011 111010 111000

Color Harmonies of #D0774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0774D

Black with #D0774D

Text Example


Text Example

White with #D0774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0774D; }

 p { color: rgb(208,119,77); }

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

background-color css

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

 a { background-color: rgb(208,119,77); }

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

border-color css

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

 span { border-color: rgb(208,119,77); }

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