Html Css Color HEX #D0663B Ecstasy

📋 copy color: '#D0663B'

red 208 ◦ green 102 ◦ blue 59

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

Shades of Ecstasy #D0663B

Tints of Ecstasy #D0663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 56.37%
G = 27.64%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0663B (or 0xD0663B) is known color: Ecstasy. HEX triplet: D0, 66 and 3B. RGB value is (208,102,59). Sum of RGB (Red+Green+Blue) = 208+102+59=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0663B is #2F99C4. Grayscale: #818181. Windows color (decimal): -3119557 or 3892944. OLE color: 3892944.

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

Color convert

RGB 208 102 59 -
CMYK 0 0.51 0.72 0.18
HSL 17.32º 0.61% 0.52% -
HSV(B) 17.32º 0.72% 0.82% -
XYZ 31.55 23.23 6.96 -
YUV 128.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 208 102 59 0 0.51 0.72 0.18 17.32 0.61 0.52
Hex D0 66 3B 0 33 48 12 11 3D 34
Octal 320 146 73 0 63 110 22 21 75 64
Binary 11010000 1100110 111011 0 110011 1001000 10010 10001 111101 110100

Color Harmonies of #D0663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0663B

Black with #D0663B

Text Example


Text Example

White with #D0663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0663B; }

 p { color: rgb(208,102,59); }

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

background-color css

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

 a { background-color: rgb(208,102,59); }

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

border-color css

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

 span { border-color: rgb(208,102,59); }

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