#CAC54B

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

Shades of Wattle #CAC54B

Tints of Wattle #CAC54B

Color information

#CAC54B (or 0xCAC54B) is unknown color: approx Wattle. HEX triplet: CA, C5 and 4B. RGB value is (202,197,75). Sum of RGB (Red+Green+Blue) = 202+197+75=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC54B is #353AB4. Grayscale: #B9B9B9. Windows color (decimal): -3488437 or 4965834. OLE color: 4965834.

HSL color Cylindrical-coordinate representation of color #CAC54B: hue angle of 57.64º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAC54B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20219775-
CMYK00.020.630.21
HSL57.64º54.51%54.31%-
HSV(B)57.64º62.87%79.22%-
XYZ45.595314.48-
YUV184.5966.16140.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 75 (29.69% from 255) = 15.82%
R=42.62%
G=41.56%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021977500.020.630.2157.6454.5154.31
HexCAC54B023F153a3736
Octal312305113027725726766
Binary1100101011000101100101101011111110101111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC54B; }

 p { color: rgb(202,197,75); }

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

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

 a { background-color: rgb(202,197,75); }

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

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

 span { border-color: rgb(202,197,75); }

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