Html Css Color HEX #DC8D18 Buttercup

📋 copy color: '#DC8D18'

red 220 ◦ green 141 ◦ blue 24

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

Shades of Buttercup #DC8D18

Tints of Buttercup #DC8D18

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 57.14%
G = 36.62%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8D18 (or 0xDC8D18) is known color: Buttercup. HEX triplet: DC, 8D and 18. RGB value is (220,141,24). Sum of RGB (Red+Green+Blue) = 220+141+24=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D18 is #2372E7. Grayscale: #979797. Windows color (decimal): -2323176 or 1609180. OLE color: 1609180.

HSL color Cylindrical-coordinate representation of color #DC8D18: hue angle of 35.82º 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 #DC8D18 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 24 -
CMYK 0 0.36 0.89 0.14
HSL 35.82º 0.8% 0.48% -
HSV(B) 35.82º 0.89% 0.86% -
XYZ 39.2 34.33 5.42 -
YUV 151.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 220 141 24 0 0.36 0.89 0.14 35.82 0.8 0.48
Hex DC 8D 18 0 24 59 E 24 50 30
Octal 334 215 30 0 44 131 16 44 120 60
Binary 11011100 10001101 11000 0 100100 1011001 1110 100100 1010000 110000

Color Harmonies of #DC8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D18

Black with #DC8D18

Text Example


Text Example

White with #DC8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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