#CAC138

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

Shades of Wattle #CAC138

Tints of Wattle #CAC138

Color information

#CAC138 (or 0xCAC138) is unknown color: approx Wattle. HEX triplet: CA, C1 and 38. RGB value is (202,193,56). Sum of RGB (Red+Green+Blue) = 202+193+56=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC138 is #353EC7. Grayscale: #B4B4B4. Windows color (decimal): -3489480 or 3719626. OLE color: 3719626.

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

Color convert

RGB20219356-
CMYK00.040.720.21
HSL56.3º57.94%50.59%-
HSV(B)56.3º72.28%79.22%-
XYZ44.1450.9811.26-
YUV180.0757.98143.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 193 (75.78% from 255) = 42.79%
BLUE value IS 56 (22.27% from 255) = 12.42%
R=44.79%
G=42.79%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021935600.040.720.2156.357.9450.59
HexCAC138044815383a33
Octal312301700411025707263
Binary11001010110000011110000100100100010101111000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC138; }

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

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

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

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

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

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

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

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