#CC9425

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

Shades of Buttercup #CC9425

Tints of Buttercup #CC9425

Color information

#CC9425 (or 0xCC9425) is unknown color: approx Buttercup. HEX triplet: CC, 94 and 25. RGB value is (204,148,37). Sum of RGB (Red+Green+Blue) = 204+148+37=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9425 is #336BDA. Grayscale: #989898. Windows color (decimal): -3369947 or 2462924. OLE color: 2462924.

HSL color Cylindrical-coordinate representation of color #CC9425: hue angle of 39.88º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC9425 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20414837-
CMYK00.270.820.2
HSL39.88º69.29%47.25%-
HSV(B)39.88º81.86%80%-
XYZ35.8334.156.45-
YUV152.0963.05165.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 37 (14.84% from 255) = 9.51%
R=52.44%
G=38.05%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041483700.270.820.239.8869.2947.25
HexCC942501B521428452f
Octal31422445033122245010557
Binary11001100100101001001010110111010010101001010001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9425; }

 p { color: rgb(204,148,37); }

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

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

 a { background-color: rgb(204,148,37); }

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

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

 span { border-color: rgb(204,148,37); }

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