Html Css Color HEX #D0764A Red Damask

📋 copy color: '#D0764A'

red 208 ◦ green 118 ◦ blue 74

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

Shades of Red Damask #D0764A

Tints of Red Damask #D0764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 52%
G = 29.5%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0764A (or 0xD0764A) is known color: Red Damask. HEX triplet: D0, 76 and 4A. RGB value is (208,118,74). Sum of RGB (Red+Green+Blue) = 208+118+74=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0764A is #2F89B5. Grayscale: #8C8C8C. Windows color (decimal): -3115446 or 4880080. OLE color: 4880080.

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

Color convert

RGB 208 118 74 -
CMYK 0 0.43 0.64 0.18
HSL 19.7º 0.59% 0.55% -
HSV(B) 19.7º 0.64% 0.82% -
XYZ 33.73 26.86 9.89 -
YUV 139.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 208 118 74 0 0.43 0.64 0.18 19.7 0.59 0.55
Hex D0 76 4A 0 2B 40 12 14 3B 37
Octal 320 166 112 0 53 100 22 24 73 67
Binary 11010000 1110110 1001010 0 101011 1000000 10010 10100 111011 110111

Color Harmonies of #D0764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0764A

Black with #D0764A

Text Example


Text Example

White with #D0764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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