Html Css Color HEX #D0694E Red Damask

📋 copy color: '#D0694E'

red 208 ◦ green 105 ◦ blue 78

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

Shades of Red Damask #D0694E

Tints of Red Damask #D0694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 53.2%
G = 26.85%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0694E (or 0xD0694E) is known color: Red Damask. HEX triplet: D0, 69 and 4E. RGB value is (208,105,78). Sum of RGB (Red+Green+Blue) = 208+105+78=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0694E is #2F96B1. Grayscale: #848484. Windows color (decimal): -3118770 or 5138896. OLE color: 5138896.

HSL color Cylindrical-coordinate representation of color #D0694E: hue angle of 12.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0694E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 78 -
CMYK 0 0.50 0.62 0.18
HSL 12.46º 0.58% 0.56% -
HSV(B) 12.46º 0.63% 0.82% -
XYZ 32.44 24.06 10.14 -
YUV 132.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 208 105 78 0 0.50 0.62 0.18 12.46 0.58 0.56
Hex D0 69 4E 0 32 3E 12 C 3A 38
Octal 320 151 116 0 62 76 22 14 72 70
Binary 11010000 1101001 1001110 0 110010 111110 10010 1100 111010 111000

Color Harmonies of #D0694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0694E

Black with #D0694E

Text Example


Text Example

White with #D0694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0694E; }

 p { color: rgb(208,105,78); }

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

background-color css

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

 a { background-color: rgb(208,105,78); }

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

border-color css

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

 span { border-color: rgb(208,105,78); }

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