#CAC13E

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

Shades of Wattle #CAC13E

Tints of Wattle #CAC13E

Color information

#CAC13E (or 0xCAC13E) is unknown color: approx Wattle. HEX triplet: CA, C1 and 3E. RGB value is (202,193,62). Sum of RGB (Red+Green+Blue) = 202+193+62=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC13E is #353EC1. Grayscale: #B5B5B5. Windows color (decimal): -3489474 or 4112842. OLE color: 4112842.

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

Color convert

RGB20219362-
CMYK00.040.690.21
HSL56.14º56.91%51.76%-
HSV(B)56.14º69.31%79.22%-
XYZ44.351.0412.08-
YUV180.7660.98143.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 62 (24.61% from 255) = 13.57%
R=44.20%
G=42.23%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021936200.040.690.2156.1456.9151.76
HexCAC13E044515383934
Octal312301760410525707164
Binary11001010110000011111100100100010110101111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC13E; }

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

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

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

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

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

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

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

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