Html Css Color HEX #D0774F Red Damask

📋 copy color: '#D0774F'

red 208 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #D0774F

Tints of Red Damask #D0774F

RGB

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

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

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

R = 51.23%
G = 29.31%
B = 19.46%

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

#D0774F (or 0xD0774F) is known color: Red Damask. HEX triplet: D0, 77 and 4F. RGB value is (208,119,79). Sum of RGB (Red+Green+Blue) = 208+119+79=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0774F is #2F88B0. Grayscale: #8D8D8D. Windows color (decimal): -3115185 or 5208016. OLE color: 5208016.

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

Color convert

RGB 208 119 79 -
CMYK 0 0.43 0.62 0.18
HSL 18.6º 0.58% 0.56% -
HSV(B) 18.6º 0.62% 0.82% -
XYZ 34.02 27.17 10.85 -
YUV 141.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 208 119 79 0 0.43 0.62 0.18 18.6 0.58 0.56
Hex D0 77 4F 0 2B 3E 12 13 3A 38
Octal 320 167 117 0 53 76 22 23 72 70
Binary 11010000 1110111 1001111 0 101011 111110 10010 10011 111010 111000

Color Harmonies of #D0774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0774F

Black with #D0774F

Text Example


Text Example

White with #D0774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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