Html Css Color HEX #CACC40 Wattle

📋 copy color: '#CACC40'

red 202 ◦ green 204 ◦ blue 64

#CACC40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CACC40

Tints of Wattle #CACC40

RGB

 RED value IS 202 (79.3% from 255) = 42.98%

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 64 (25.39% from 255) = 13.62%

R = 42.98%
G = 43.4%
B = 13.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CACC40 (or 0xCACC40) is known color: Wattle. HEX triplet: CA, CC and 40. RGB value is (202,204,64). Sum of RGB (Red+Green+Blue) = 202+204+64=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC40 is #3533BF. Grayscale: #BBBBBB. Windows color (decimal): -3486656 or 4246730. OLE color: 4246730.

HSL color Cylindrical-coordinate representation of color #CACC40: hue angle of 60.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CACC40 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 64 -
CMYK 0.01 0 0.69 0.2
HSL 60.86º 0.58% 0.53% -
HSV(B) 60.86º 0.69% 0.8% -
XYZ 46.88 56.11 13.21 -
YUV 187.44 58.34 138.38 -
System Red Green Blue C M Y K H S L
Decimal 202 204 64 0.01 0 0.69 0.2 60.86 0.58 0.53
Hex CA CC 40 1 0 45 14 3D 3A 35
Octal 312 314 100 1 0 105 24 75 72 65
Binary 11001010 11001100 1000000 1 0 1000101 10100 111101 111010 110101

Color Harmonies of #CACC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC40

Black with #CACC40

Text Example


Text Example

White with #CACC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC40; }

 p { color: rgb(202,204,64); }

 H1.HeaderClassName
 {
   color: #CACC40;
 }
 .AnyTagClassName
 {
   color: #CACC40;
 }
</style>

background-color css

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

 a { background-color: rgb(202,204,64); }

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

border-color css

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

 span { border-color: rgb(202,204,64); }

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