#D06A3E

Color #D06A3E Ecstasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecstasy #D06A3E

Tints of Ecstasy #D06A3E

Color information

#D06A3E (or 0xD06A3E) is unknown color: approx Ecstasy. HEX triplet: D0, 6A and 3E. RGB value is (208,106,62). Sum of RGB (Red+Green+Blue) = 208+106+62=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06A3E is #2F95C1. Grayscale: #838383. Windows color (decimal): -3118530 or 4090576. OLE color: 4090576.

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

Color convert

RGB20810662-
CMYK00.490.700.18
HSL18.08º60.83%52.94%-
HSV(B)18.08º70.19%81.57%-
XYZ32.0424.077.51-
YUV131.4888.79182.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.32%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=55.32%
G=28.19%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081066200.490.700.1818.0860.8352.94
HexD06A3E0314612123d35
Octal3201527606110622227565
Binary110100001101010111110011000110001101001010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A3E; }

 p { color: rgb(208,106,62); }

 H1.HeaderClassName
 {
   color: #D06A3E;
 }
 .AnyTagClassName
 {
   color: #D06A3E;
 }
</style>
background-color css

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

 a { background-color: rgb(208,106,62); }

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

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

 span { border-color: rgb(208,106,62); }

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