#CC8E21

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

Shades of Buttercup #CC8E21

Tints of Buttercup #CC8E21

Color information

#CC8E21 (or 0xCC8E21) is unknown color: approx Buttercup. HEX triplet: CC, 8E and 21. RGB value is (204,142,33). Sum of RGB (Red+Green+Blue) = 204+142+33=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8E21 is #3371DE. Grayscale: #949494. Windows color (decimal): -3371487 or 2199244. OLE color: 2199244.

HSL color Cylindrical-coordinate representation of color #CC8E21: hue angle of 38.25º 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 #CC8E21 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20414233-
CMYK00.300.840.2
HSL38.25º72.15%46.47%-
HSV(B)38.25º83.82%80%-
XYZ34.8532.295.84-
YUV148.1163.04167.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.83%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=53.83%
G=37.47%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041423300.300.840.238.2572.1546.47
HexCC8E2101E541426482e
Octal31421641036124244611056
Binary11001100100011101000010111101010100101001001101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E21; }

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

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

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

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

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

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

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

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