Html Css Color HEX #D0694A Red Damask

📋 copy color: '#D0694A'

red 208 ◦ green 105 ◦ blue 74

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

Shades of Red Damask #D0694A

Tints of Red Damask #D0694A

RGB

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

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

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

R = 53.75%
G = 27.13%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0694A (or 0xD0694A) is known color: Red Damask. HEX triplet: D0, 69 and 4A. RGB value is (208,105,74). Sum of RGB (Red+Green+Blue) = 208+105+74=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0694A is #2F96B5. Grayscale: #848484. Windows color (decimal): -3118774 or 4876752. OLE color: 4876752.

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

Color convert

RGB 208 105 74 -
CMYK 0 0.50 0.64 0.18
HSL 13.88º 0.59% 0.55% -
HSV(B) 13.88º 0.64% 0.82% -
XYZ 32.3 24.01 9.41 -
YUV 132.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 208 105 74 0 0.50 0.64 0.18 13.88 0.59 0.55
Hex D0 69 4A 0 32 40 12 E 3B 37
Octal 320 151 112 0 62 100 22 16 73 67
Binary 11010000 1101001 1001010 0 110010 1000000 10010 1110 111011 110111

Color Harmonies of #D0694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0694A

Black with #D0694A

Text Example


Text Example

White with #D0694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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