#CC9821

Color #CC9821 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CC9821

Tints of Buttercup #CC9821

Color information

#CC9821 (or 0xCC9821) is unknown color: approx Buttercup. HEX triplet: CC, 98 and 21. RGB value is (204,152,33). Sum of RGB (Red+Green+Blue) = 204+152+33=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9821 is #3367DE. Grayscale: #9A9A9A. Windows color (decimal): -3368927 or 2201804. OLE color: 2201804.

HSL color Cylindrical-coordinate representation of color #CC9821: hue angle of 41.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC9821 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20415233-
CMYK00.250.840.2
HSL41.75º72.15%46.47%-
HSV(B)41.75º83.82%80%-
XYZ36.435.46.35-
YUV153.9859.73163.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 33 (13.28% from 255) = 8.48%
R=52.44%
G=39.07%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041523300.250.840.241.7572.1546.47
HexCC982101954142a482e
Octal31423041031124245211056
Binary11001100100110001000010110011010100101001010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9821; }

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

 H1.HeaderClassName
 {
   color: #CC9821;
 }
 .AnyTagClassName
 {
   color: #CC9821;
 }
</style>
background-color css

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

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

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

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

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

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