#CCCB45

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

Shades of Wattle #CCCB45

Tints of Wattle #CCCB45

Color information

#CCCB45 (or 0xCCCB45) is unknown color: approx Wattle. HEX triplet: CC, CB and 45. RGB value is (204,203,69). Sum of RGB (Red+Green+Blue) = 204+203+69=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB45 is #3334BA. Grayscale: #BCBCBC. Windows color (decimal): -3355835 or 4574156. OLE color: 4574156.

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

Color convert

RGB20420369-
CMYK00.000.660.2
HSL59.56º56.96%53.53%-
HSV(B)59.56º66.18%80%-
XYZ47.3355.9813.94-
YUV188.0260.83139.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 69 (27.34% from 255) = 14.50%
R=42.86%
G=42.65%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042036900.000.660.259.5656.9653.53
HexCCCB450042143c3936
Octal3143131050010224747166
Binary1100110011001011100010100100001010100111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB45; }

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

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

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

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

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

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

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

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