#CC9823

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

Shades of Buttercup #CC9823

Tints of Buttercup #CC9823

Color information

#CC9823 (or 0xCC9823) is unknown color: approx Buttercup. HEX triplet: CC, 98 and 23. RGB value is (204,152,35). Sum of RGB (Red+Green+Blue) = 204+152+35=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9823 is #3367DC. Grayscale: #9A9A9A. Windows color (decimal): -3368925 or 2332876. OLE color: 2332876.

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

Color convert

RGB20415235-
CMYK00.250.830.2
HSL41.54º70.71%46.86%-
HSV(B)41.54º82.84%80%-
XYZ36.4335.426.51-
YUV154.2160.73163.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 35 (14.06% from 255) = 8.95%
R=52.17%
G=38.87%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041523500.250.830.241.5470.7146.86
HexCC982301953142a472f
Octal31423043031123245210757
Binary11001100100110001000110110011010011101001010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9823; }

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

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

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

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

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

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

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

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