Html Css Color HEX #D06540 Ecstasy

📋 copy color: '#D06540'

red 208 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #D06540

Tints of Ecstasy #D06540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 55.76%
G = 27.08%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06540 (or 0xD06540) is known color: Ecstasy. HEX triplet: D0, 65 and 40. RGB value is (208,101,64). Sum of RGB (Red+Green+Blue) = 208+101+64=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D06540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06540 is #2F9ABF. Grayscale: #818181. Windows color (decimal): -3119808 or 4220368. OLE color: 4220368.

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

Color convert

RGB 208 101 64 -
CMYK 0 0.51 0.69 0.18
HSL 15.42º 0.61% 0.53% -
HSV(B) 15.42º 0.69% 0.82% -
XYZ 31.59 23.09 7.64 -
YUV 128.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 208 101 64 0 0.51 0.69 0.18 15.42 0.61 0.53
Hex D0 65 40 0 33 45 12 F 3D 35
Octal 320 145 100 0 63 105 22 17 75 65
Binary 11010000 1100101 1000000 0 110011 1000101 10010 1111 111101 110101

Color Harmonies of #D06540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06540

Black with #D06540

Text Example


Text Example

White with #D06540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06540; }

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

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

background-color css

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

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

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

border-color css

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

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

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