#cc9927

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

Shades of Buttercup #CC9927

Tints of Buttercup #CC9927

Color information

#CC9927 (or 0xCC9927) is unknown color: approx Buttercup. HEX triplet: CC, 99 and 27. RGB value is (204,153,39). Sum of RGB (Red+Green+Blue) = 204+153+39=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9927 is #3366D8. Grayscale: #9B9B9B. Windows color (decimal): -3368665 or 2595276. OLE color: 2595276.

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

Color convert

RGB20415339-
CMYK00.250.810.2
HSL41.45º67.9%47.65%-
HSV(B)41.45º80.88%80%-
XYZ36.6635.776.89-
YUV155.2562.4162.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 39 (15.62% from 255) = 9.85%
R=51.52%
G=38.64%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041533900.250.810.241.4567.947.65
HexCC99270195114294430
Octal31423147031121245110460
Binary11001100100110011001110110011010001101001010011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9927; }

 p { color: rgb(204,153,39); }

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

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

 a { background-color: rgb(204,153,39); }

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

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

 span { border-color: rgb(204,153,39); }

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