Html Css Color HEX #D0754A Red Damask

📋 copy color: '#D0754A'

red 208 ◦ green 117 ◦ blue 74

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

Shades of Red Damask #D0754A

Tints of Red Damask #D0754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 52.13%
G = 29.32%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0754A (or 0xD0754A) is known color: Red Damask. HEX triplet: D0, 75 and 4A. RGB value is (208,117,74). Sum of RGB (Red+Green+Blue) = 208+117+74=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0754A is #2F8AB5. Grayscale: #8B8B8B. Windows color (decimal): -3115702 or 4879824. OLE color: 4879824.

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

Color convert

RGB 208 117 74 -
CMYK 0 0.44 0.64 0.18
HSL 19.25º 0.59% 0.55% -
HSV(B) 19.25º 0.64% 0.82% -
XYZ 33.61 26.63 9.85 -
YUV 139.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 208 117 74 0 0.44 0.64 0.18 19.25 0.59 0.55
Hex D0 75 4A 0 2C 40 12 13 3B 37
Octal 320 165 112 0 54 100 22 23 73 67
Binary 11010000 1110101 1001010 0 101100 1000000 10010 10011 111011 110111

Color Harmonies of #D0754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0754A

Black with #D0754A

Text Example


Text Example

White with #D0754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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