Html Css Color HEX #DC9821 Buttercup

📋 copy color: '#DC9821'

red 220 ◦ green 152 ◦ blue 33

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

Shades of Buttercup #DC9821

Tints of Buttercup #DC9821

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 54.32%
G = 37.53%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC9821 (or 0xDC9821) is known color: Buttercup. HEX triplet: DC, 98 and 21. RGB value is (220,152,33). Sum of RGB (Red+Green+Blue) = 220+152+33=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9821 is #2367DE. Grayscale: #9F9F9F. Windows color (decimal): -2320351 or 2201820. OLE color: 2201820.

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

Color convert

RGB 220 152 33 -
CMYK 0 0.31 0.85 0.14
HSL 38.18º 0.74% 0.5% -
HSV(B) 38.18º 0.85% 0.86% -
XYZ 41.02 37.78 6.57 -
YUV 158.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 220 152 33 0 0.31 0.85 0.14 38.18 0.74 0.5
Hex DC 98 21 0 1F 55 E 26 4A 32
Octal 334 230 41 0 37 125 16 46 112 62
Binary 11011100 10011000 100001 0 11111 1010101 1110 100110 1001010 110010

Color Harmonies of #DC9821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9821

Black with #DC9821

Text Example


Text Example

White with #DC9821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9821; }

 p { color: rgb(220,152,33); }

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

background-color css

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

 a { background-color: rgb(220,152,33); }

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

border-color css

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

 span { border-color: rgb(220,152,33); }

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