Html Css Color HEX #D0754C Red Damask

📋 copy color: '#D0754C'

red 208 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #D0754C

Tints of Red Damask #D0754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 51.87%
G = 29.18%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0754C (or 0xD0754C) is known color: Red Damask. HEX triplet: D0, 75 and 4C. RGB value is (208,117,76). Sum of RGB (Red+Green+Blue) = 208+117+76=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0754C is #2F8AB3. Grayscale: #8B8B8B. Windows color (decimal): -3115700 or 5010896. OLE color: 5010896.

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

Color convert

RGB 208 117 76 -
CMYK 0 0.44 0.63 0.18
HSL 18.64º 0.58% 0.56% -
HSV(B) 18.64º 0.63% 0.82% -
XYZ 33.68 26.65 10.21 -
YUV 139.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 208 117 76 0 0.44 0.63 0.18 18.64 0.58 0.56
Hex D0 75 4C 0 2C 3F 12 13 3A 38
Octal 320 165 114 0 54 77 22 23 72 70
Binary 11010000 1110101 1001100 0 101100 111111 10010 10011 111010 111000

Color Harmonies of #D0754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0754C

Black with #D0754C

Text Example


Text Example

White with #D0754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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