Html Css Color HEX #DC8E18 Buttercup

📋 copy color: '#DC8E18'

red 220 ◦ green 142 ◦ blue 24

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

Shades of Buttercup #DC8E18

Tints of Buttercup #DC8E18

RGB

 RED value IS 220 (86.33% from 255) = 56.99%

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 56.99%
G = 36.79%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8E18 (or 0xDC8E18) is known color: Buttercup. HEX triplet: DC, 8E and 18. RGB value is (220,142,24). Sum of RGB (Red+Green+Blue) = 220+142+24=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8E18 is #2371E7. Grayscale: #989898. Windows color (decimal): -2322920 or 1609436. OLE color: 1609436.

HSL color Cylindrical-coordinate representation of color #DC8E18: hue angle of 36.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC8E18 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 142 24 -
CMYK 0 0.35 0.89 0.14
HSL 36.12º 0.8% 0.48% -
HSV(B) 36.12º 0.89% 0.86% -
XYZ 39.35 34.63 5.47 -
YUV 151.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 220 142 24 0 0.35 0.89 0.14 36.12 0.8 0.48
Hex DC 8E 18 0 23 59 E 24 50 30
Octal 334 216 30 0 43 131 16 44 120 60
Binary 11011100 10001110 11000 0 100011 1011001 1110 100100 1010000 110000

Color Harmonies of #DC8E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E18

Black with #DC8E18

Text Example


Text Example

White with #DC8E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E18; }

 p { color: rgb(220,142,24); }

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

background-color css

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

 a { background-color: rgb(220,142,24); }

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

border-color css

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

 span { border-color: rgb(220,142,24); }

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