Html Css Color HEX #D0663D Ecstasy

📋 copy color: '#D0663D'

red 208 ◦ green 102 ◦ blue 61

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

Shades of Ecstasy #D0663D

Tints of Ecstasy #D0663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 56.06%
G = 27.49%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0663D (or 0xD0663D) is known color: Ecstasy. HEX triplet: D0, 66 and 3D. RGB value is (208,102,61). Sum of RGB (Red+Green+Blue) = 208+102+61=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0663D is #2F99C2. Grayscale: #818181. Windows color (decimal): -3119555 or 4024016. OLE color: 4024016.

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

Color convert

RGB 208 102 61 -
CMYK 0 0.51 0.71 0.18
HSL 16.73º 0.61% 0.53% -
HSV(B) 16.73º 0.71% 0.82% -
XYZ 31.61 23.25 7.24 -
YUV 129.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 208 102 61 0 0.51 0.71 0.18 16.73 0.61 0.53
Hex D0 66 3D 0 33 47 12 11 3D 35
Octal 320 146 75 0 63 107 22 21 75 65
Binary 11010000 1100110 111101 0 110011 1000111 10010 10001 111101 110101

Color Harmonies of #D0663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0663D

Black with #D0663D

Text Example


Text Example

White with #D0663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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