Html Css Color HEX #D06840 Ecstasy

📋 copy color: '#D06840'

red 208 ◦ green 104 ◦ blue 64

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

Shades of Ecstasy #D06840

Tints of Ecstasy #D06840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 55.32%
G = 27.66%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06840 (or 0xD06840) is known color: Ecstasy. HEX triplet: D0, 68 and 40. RGB value is (208,104,64). Sum of RGB (Red+Green+Blue) = 208+104+64=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06840 is #2F97BF. Grayscale: #828282. Windows color (decimal): -3119040 or 4221136. OLE color: 4221136.

HSL color Cylindrical-coordinate representation of color #D06840: hue angle of 16.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D06840 is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 64 -
CMYK 0 0.5 0.69 0.18
HSL 16.67º 0.61% 0.53% -
HSV(B) 16.67º 0.69% 0.82% -
XYZ 31.89 23.68 7.74 -
YUV 130.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 208 104 64 0 0.5 0.69 0.18 16.67 0.61 0.53
Hex D0 68 40 0 32 45 12 11 3D 35
Octal 320 150 100 0 62 105 22 21 75 65
Binary 11010000 1101000 1000000 0 110010 1000101 10010 10001 111101 110101

Color Harmonies of #D06840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06840

Black with #D06840

Text Example


Text Example

White with #D06840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06840; }

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

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

background-color css

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

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

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

border-color css

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

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

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