Html Css Color HEX #D0664C Red Damask

📋 copy color: '#D0664C'

red 208 ◦ green 102 ◦ blue 76

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

Shades of Red Damask #D0664C

Tints of Red Damask #D0664C

RGB

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

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

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

R = 53.89%
G = 26.42%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0664C (or 0xD0664C) is known color: Red Damask. HEX triplet: D0, 66 and 4C. RGB value is (208,102,76). Sum of RGB (Red+Green+Blue) = 208+102+76=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0664C is #2F99B3. Grayscale: #828282. Windows color (decimal): -3119540 or 5007056. OLE color: 5007056.

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

Color convert

RGB 208 102 76 -
CMYK 0 0.51 0.63 0.18
HSL 11.82º 0.58% 0.56% -
HSV(B) 11.82º 0.63% 0.82% -
XYZ 32.07 23.43 9.67 -
YUV 130.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 208 102 76 0 0.51 0.63 0.18 11.82 0.58 0.56
Hex D0 66 4C 0 33 3F 12 C 3A 38
Octal 320 146 114 0 63 77 22 14 72 70
Binary 11010000 1100110 1001100 0 110011 111111 10010 1100 111010 111000

Color Harmonies of #D0664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0664C

Black with #D0664C

Text Example


Text Example

White with #D0664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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