Html Css Color HEX #D0754D Red Damask

📋 copy color: '#D0754D'

red 208 ◦ green 117 ◦ blue 77

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

Shades of Red Damask #D0754D

Tints of Red Damask #D0754D

RGB

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

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

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

R = 51.74%
G = 29.1%
B = 19.15%

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

#D0754D (or 0xD0754D) is known color: Red Damask. HEX triplet: D0, 75 and 4D. RGB value is (208,117,77). Sum of RGB (Red+Green+Blue) = 208+117+77=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0754D is #2F8AB2. Grayscale: #8B8B8B. Windows color (decimal): -3115699 or 5076432. OLE color: 5076432.

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

Color convert

RGB 208 117 77 -
CMYK 0 0.44 0.63 0.18
HSL 18.32º 0.58% 0.56% -
HSV(B) 18.32º 0.63% 0.82% -
XYZ 33.71 26.67 10.39 -
YUV 139.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 208 117 77 0 0.44 0.63 0.18 18.32 0.58 0.56
Hex D0 75 4D 0 2C 3F 12 12 3A 38
Octal 320 165 115 0 54 77 22 22 72 70
Binary 11010000 1110101 1001101 0 101100 111111 10010 10010 111010 111000

Color Harmonies of #D0754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0754D

Black with #D0754D

Text Example


Text Example

White with #D0754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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