#CCC935

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

Shades of Wattle #CCC935

Tints of Wattle #CCC935

Color information

#CCC935 (or 0xCCC935) is unknown color: approx Wattle. HEX triplet: CC, C9 and 35. RGB value is (204,201,53). Sum of RGB (Red+Green+Blue) = 204+201+53=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC935 is #3336CA. Grayscale: #B9B9B9. Windows color (decimal): -3356363 or 3525068. OLE color: 3525068.

HSL color Cylindrical-coordinate representation of color #CCC935: hue angle of 58.81º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC935 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20420153-
CMYK00.010.740.2
HSL58.81º59.68%50.39%-
HSV(B)58.81º74.02%80%-
XYZ46.4354.8711.51-
YUV185.0253.49141.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 53 (21.09% from 255) = 11.57%
R=44.54%
G=43.89%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042015300.010.740.258.8159.6850.39
HexCCC935014A143b3c32
Octal314311650111224737462
Binary110011001100100111010101100101010100111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC935; }

 p { color: rgb(204,201,53); }

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

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

 a { background-color: rgb(204,201,53); }

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

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

 span { border-color: rgb(204,201,53); }

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