#CAC74F

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

Shades of Wattle #CAC74F

Tints of Wattle #CAC74F

Color information

#CAC74F (or 0xCAC74F) is unknown color: approx Wattle. HEX triplet: CA, C7 and 4F. RGB value is (202,199,79). Sum of RGB (Red+Green+Blue) = 202+199+79=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC74F is #3538B0. Grayscale: #BABABA. Windows color (decimal): -3487921 or 5228490. OLE color: 5228490.

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

Color convert

RGB20219979-
CMYK00.010.610.21
HSL58.54º53.71%55.1%-
HSV(B)58.54º60.89%79.22%-
XYZ46.1953.9715.38-
YUV186.2267.49139.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=42.08%
G=41.46%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021997900.010.610.2158.5453.7155.1
HexCAC74F013D153b3637
Octal312307117017525736667
Binary110010101100011110011110111110110101111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC74F; }

 p { color: rgb(202,199,79); }

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

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

 a { background-color: rgb(202,199,79); }

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

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

 span { border-color: rgb(202,199,79); }

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