Html Css Color HEX #CACC4A Wattle

📋 copy color: '#CACC4A'

red 202 ◦ green 204 ◦ blue 74

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

Shades of Wattle #CACC4A

Tints of Wattle #CACC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 42.08%
G = 42.5%
B = 15.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CACC4A (or 0xCACC4A) is known color: Wattle. HEX triplet: CA, CC and 4A. RGB value is (202,204,74). Sum of RGB (Red+Green+Blue) = 202+204+74=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC4A is #3533B5. Grayscale: #BDBDBD. Windows color (decimal): -3486646 or 4902090. OLE color: 4902090.

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

Color convert

RGB 202 204 74 -
CMYK 0.01 0 0.64 0.2
HSL 60.92º 0.56% 0.55% -
HSV(B) 60.92º 0.64% 0.8% -
XYZ 47.19 56.24 14.85 -
YUV 188.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 202 204 74 0.01 0 0.64 0.2 60.92 0.56 0.55
Hex CA CC 4A 1 0 40 14 3D 38 37
Octal 312 314 112 1 0 100 24 75 70 67
Binary 11001010 11001100 1001010 1 0 1000000 10100 111101 111000 110111

Color Harmonies of #CACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC4A

Black with #CACC4A

Text Example


Text Example

White with #CACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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