#D0643C

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

Shades of Ecstasy #D0643C

Tints of Ecstasy #D0643C

Color information

#D0643C (or 0xD0643C) is unknown color: approx Ecstasy. HEX triplet: D0, 64 and 3C. RGB value is (208,100,60). Sum of RGB (Red+Green+Blue) = 208+100+60=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0643C is #2F9BC3. Grayscale: #808080. Windows color (decimal): -3120068 or 3957968. OLE color: 3957968.

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

Color convert

RGB20810060-
CMYK00.520.710.18
HSL16.22º61.16%52.55%-
HSV(B)16.22º71.15%81.57%-
XYZ31.3922.857.03-
YUV127.7389.78185.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=56.52%
G=27.17%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081006000.520.710.1816.2261.1652.55
HexD0643C0344712103d35
Octal3201447406410722207565
Binary110100001100100111100011010010001111001010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0643C; }

 p { color: rgb(208,100,60); }

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

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

 a { background-color: rgb(208,100,60); }

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

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

 span { border-color: rgb(208,100,60); }

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