#CAC14C

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

Shades of Wattle #CAC14C

Tints of Wattle #CAC14C

Color information

#CAC14C (or 0xCAC14C) is unknown color: approx Wattle. HEX triplet: CA, C1 and 4C. RGB value is (202,193,76). Sum of RGB (Red+Green+Blue) = 202+193+76=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC14C is #353EB3. Grayscale: #B6B6B6. Windows color (decimal): -3489460 or 5030346. OLE color: 5030346.

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

Color convert

RGB20219376-
CMYK00.040.620.21
HSL55.71º54.31%54.51%-
HSV(B)55.71º62.38%79.22%-
XYZ44.7351.2214.37-
YUV182.3567.98142.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=42.89%
G=40.98%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021937600.040.620.2155.7154.3154.51
HexCAC14C043E15383637
Octal312301114047625706667
Binary11001010110000011001100010011111010101111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC14C; }

 p { color: rgb(202,193,76); }

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

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

 a { background-color: rgb(202,193,76); }

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

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

 span { border-color: rgb(202,193,76); }

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