Html Css Color HEX #D0683D Ecstasy

📋 copy color: '#D0683D'

red 208 ◦ green 104 ◦ blue 61

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

Shades of Ecstasy #D0683D

Tints of Ecstasy #D0683D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

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

R = 55.76%
G = 27.88%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0683D (or 0xD0683D) is known color: Ecstasy. HEX triplet: D0, 68 and 3D. RGB value is (208,104,61). Sum of RGB (Red+Green+Blue) = 208+104+61=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0683D is #2F97C2. Grayscale: #828282. Windows color (decimal): -3119043 or 4024528. OLE color: 4024528.

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

Color convert

RGB 208 104 61 -
CMYK 0 0.5 0.71 0.18
HSL 17.55º 0.61% 0.53% -
HSV(B) 17.55º 0.71% 0.82% -
XYZ 31.81 23.65 7.3 -
YUV 130.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 208 104 61 0 0.5 0.71 0.18 17.55 0.61 0.53
Hex D0 68 3D 0 32 47 12 12 3D 35
Octal 320 150 75 0 62 107 22 22 75 65
Binary 11010000 1101000 111101 0 110010 1000111 10010 10010 111101 110101

Color Harmonies of #D0683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0683D

Black with #D0683D

Text Example


Text Example

White with #D0683D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0683D; }

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

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

background-color css

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

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

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

border-color css

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

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

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