#CCCB3C

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

Shades of Wattle #CCCB3C

Tints of Wattle #CCCB3C

Color information

#CCCB3C (or 0xCCCB3C) is unknown color: approx Wattle. HEX triplet: CC, CB and 3C. RGB value is (204,203,60). Sum of RGB (Red+Green+Blue) = 204+203+60=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB3C is #3334C3. Grayscale: #BBBBBB. Windows color (decimal): -3355844 or 3984332. OLE color: 3984332.

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

Color convert

RGB20420360-
CMYK00.000.710.2
HSL59.58º58.54%51.76%-
HSV(B)59.58º70.59%80%-
XYZ47.0755.8812.58-
YUV18756.33140.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 60 (23.83% from 255) = 12.85%
R=43.68%
G=43.47%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042036000.000.710.259.5858.5451.76
HexCCCB3C0047143c3b34
Octal314313740010724747364
Binary110011001100101111110000100011110100111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB3C; }

 p { color: rgb(204,203,60); }

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

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

 a { background-color: rgb(204,203,60); }

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

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

 span { border-color: rgb(204,203,60); }

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