#CAC24B

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

Shades of Wattle #CAC24B

Tints of Wattle #CAC24B

Color information

#CAC24B (or 0xCAC24B) is unknown color: approx Wattle. HEX triplet: CA, C2 and 4B. RGB value is (202,194,75). Sum of RGB (Red+Green+Blue) = 202+194+75=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC24B is #353DB4. Grayscale: #B7B7B7. Windows color (decimal): -3489205 or 4965066. OLE color: 4965066.

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

Color convert

RGB20219475-
CMYK00.040.630.21
HSL56.22º54.51%54.31%-
HSV(B)56.22º62.87%79.22%-
XYZ44.9251.6514.26-
YUV182.8367.15141.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 75 (29.69% from 255) = 15.92%
R=42.89%
G=41.19%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021947500.040.630.2156.2254.5154.31
HexCAC24B043F15383736
Octal312302113047725706766
Binary11001010110000101001011010011111110101111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC24B; }

 p { color: rgb(202,194,75); }

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

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

 a { background-color: rgb(202,194,75); }

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

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

 span { border-color: rgb(202,194,75); }

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