#CACB44

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

Shades of Wattle #CACB44

Tints of Wattle #CACB44

Color information

#CACB44 (or 0xCACB44) is unknown color: approx Wattle. HEX triplet: CA, CB and 44. RGB value is (202,203,68). Sum of RGB (Red+Green+Blue) = 202+203+68=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACB44 is #3534BB. Grayscale: #BBBBBB. Windows color (decimal): -3486908 or 4508618. OLE color: 4508618.

HSL color Cylindrical-coordinate representation of color #CACB44: hue angle of 60.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CACB44 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20220368-
CMYK0.0000.670.20
HSL60.44º56.49%53.14%-
HSV(B)60.44º66.5%79.61%-
XYZ46.7655.6913.75-
YUV187.3160.67138.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 68 (26.95% from 255) = 14.38%
R=42.71%
G=42.92%
B=14.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202203680.0000.670.2060.4456.4953.14
HexCACB440043143c3835
Octal3123131040010324747065
Binary1100101011001011100010000100001110100111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB44; }

 p { color: rgb(202,203,68); }

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

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

 a { background-color: rgb(202,203,68); }

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

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

 span { border-color: rgb(202,203,68); }

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