Html Css Color HEX #DC9924 Buttercup

📋 copy color: '#DC9924'

red 220 ◦ green 153 ◦ blue 36

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

Shades of Buttercup #DC9924

Tints of Buttercup #DC9924

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

 BLUE value IS 36 (14.45% from 255) = 8.8%

R = 53.79%
G = 37.41%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC9924 (or 0xDC9924) is known color: Buttercup. HEX triplet: DC, 99 and 24. RGB value is (220,153,36). Sum of RGB (Red+Green+Blue) = 220+153+36=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9924 is #2366DB. Grayscale: #A0A0A0. Windows color (decimal): -2320092 or 2398684. OLE color: 2398684.

HSL color Cylindrical-coordinate representation of color #DC9924: hue angle of 38.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC9924 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 36 -
CMYK 0 0.30 0.84 0.14
HSL 38.15º 0.72% 0.5% -
HSV(B) 38.15º 0.84% 0.86% -
XYZ 41.22 38.13 6.86 -
YUV 159.7 58.2 171.01 -
System Red Green Blue C M Y K H S L
Decimal 220 153 36 0 0.30 0.84 0.14 38.15 0.72 0.5
Hex DC 99 24 0 1E 54 E 26 48 32
Octal 334 231 44 0 36 124 16 46 110 62
Binary 11011100 10011001 100100 0 11110 1010100 1110 100110 1001000 110010

Color Harmonies of #DC9924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9924

Black with #DC9924

Text Example


Text Example

White with #DC9924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9924; }

 p { color: rgb(220,153,36); }

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

background-color css

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

 a { background-color: rgb(220,153,36); }

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

border-color css

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

 span { border-color: rgb(220,153,36); }

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