Html Css Color HEX #D0684C Red Damask

📋 copy color: '#D0684C'

red 208 ◦ green 104 ◦ blue 76

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

Shades of Red Damask #D0684C

Tints of Red Damask #D0684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

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

R = 53.61%
G = 26.8%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0684C (or 0xD0684C) is known color: Red Damask. HEX triplet: D0, 68 and 4C. RGB value is (208,104,76). Sum of RGB (Red+Green+Blue) = 208+104+76=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0684C is #2F97B3. Grayscale: #848484. Windows color (decimal): -3119028 or 5007568. OLE color: 5007568.

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

Color convert

RGB 208 104 76 -
CMYK 0 0.5 0.63 0.18
HSL 12.73º 0.58% 0.56% -
HSV(B) 12.73º 0.63% 0.82% -
XYZ 32.27 23.83 9.74 -
YUV 131.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 208 104 76 0 0.5 0.63 0.18 12.73 0.58 0.56
Hex D0 68 4C 0 32 3F 12 D 3A 38
Octal 320 150 114 0 62 77 22 15 72 70
Binary 11010000 1101000 1001100 0 110010 111111 10010 1101 111010 111000

Color Harmonies of #D0684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0684C

Black with #D0684C

Text Example


Text Example

White with #D0684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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