Html Css Color HEX #D06441 Ecstasy

📋 copy color: '#D06441'

red 208 ◦ green 100 ◦ blue 65

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

Shades of Ecstasy #D06441

Tints of Ecstasy #D06441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 55.76%
G = 26.81%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06441 (or 0xD06441) is known color: Ecstasy. HEX triplet: D0, 64 and 41. RGB value is (208,100,65). Sum of RGB (Red+Green+Blue) = 208+100+65=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D06441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06441 is #2F9BBE. Grayscale: #808080. Windows color (decimal): -3120063 or 4285648. OLE color: 4285648.

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

Color convert

RGB 208 100 65 -
CMYK 0 0.52 0.69 0.18
HSL 14.69º 0.6% 0.54% -
HSV(B) 14.69º 0.69% 0.82% -
XYZ 31.52 22.91 7.76 -
YUV 128.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 208 100 65 0 0.52 0.69 0.18 14.69 0.6 0.54
Hex D0 64 41 0 34 45 12 F 3C 36
Octal 320 144 101 0 64 105 22 17 74 66
Binary 11010000 1100100 1000001 0 110100 1000101 10010 1111 111100 110110

Color Harmonies of #D06441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06441

Black with #D06441

Text Example


Text Example

White with #D06441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06441; }

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

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

background-color css

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

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

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

border-color css

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

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

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