Html Css Color HEX #D0664A Red Damask

📋 copy color: '#D0664A'

red 208 ◦ green 102 ◦ blue 74

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

Shades of Red Damask #D0664A

Tints of Red Damask #D0664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

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

R = 54.17%
G = 26.56%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0664A (or 0xD0664A) is known color: Red Damask. HEX triplet: D0, 66 and 4A. RGB value is (208,102,74). Sum of RGB (Red+Green+Blue) = 208+102+74=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0664A is #2F99B5. Grayscale: #828282. Windows color (decimal): -3119542 or 4875984. OLE color: 4875984.

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

Color convert

RGB 208 102 74 -
CMYK 0 0.51 0.64 0.18
HSL 12.54º 0.59% 0.55% -
HSV(B) 12.54º 0.64% 0.82% -
XYZ 32 23.41 9.31 -
YUV 130.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 208 102 74 0 0.51 0.64 0.18 12.54 0.59 0.55
Hex D0 66 4A 0 33 40 12 D 3B 37
Octal 320 146 112 0 63 100 22 15 73 67
Binary 11010000 1100110 1001010 0 110011 1000000 10010 1101 111011 110111

Color Harmonies of #D0664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0664A

Black with #D0664A

Text Example


Text Example

White with #D0664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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