#CAC834

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

Shades of Wattle #CAC834

Tints of Wattle #CAC834

Color information

#CAC834 (or 0xCAC834) is unknown color: approx Wattle. HEX triplet: CA, C8 and 34. RGB value is (202,200,52). Sum of RGB (Red+Green+Blue) = 202+200+52=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC834 is #3537CB. Grayscale: #B8B8B8. Windows color (decimal): -3487692 or 3459274. OLE color: 3459274.

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

Color convert

RGB20220052-
CMYK00.010.740.21
HSL59.2º59.06%49.8%-
HSV(B)59.2º74.26%79.22%-
XYZ45.6354.1111.29-
YUV183.7353.66141.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 52 (20.70% from 255) = 11.45%
R=44.49%
G=44.05%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022005200.010.740.2159.259.0649.8
HexCAC834014A153b3b32
Octal312310640111225737362
Binary110010101100100011010001100101010101111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC834; }

 p { color: rgb(202,200,52); }

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

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

 a { background-color: rgb(202,200,52); }

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

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

 span { border-color: rgb(202,200,52); }

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