#CC9725

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

Shades of Buttercup #CC9725

Tints of Buttercup #CC9725

Color information

#CC9725 (or 0xCC9725) is unknown color: approx Buttercup. HEX triplet: CC, 97 and 25. RGB value is (204,151,37). Sum of RGB (Red+Green+Blue) = 204+151+37=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9725 is #3368DA. Grayscale: #9A9A9A. Windows color (decimal): -3369179 or 2463692. OLE color: 2463692.

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

Color convert

RGB20415137-
CMYK00.260.820.2
HSL40.96º69.29%47.25%-
HSV(B)40.96º81.86%80%-
XYZ36.335.16.61-
YUV153.8562.06163.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=52.04%
G=38.52%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041513700.260.820.240.9669.2947.25
HexCC972501A521429452f
Octal31422745032122245110557
Binary11001100100101111001010110101010010101001010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9725; }

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

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

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

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

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

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

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

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