Html Css Color HEX #CAC64A Wattle

📋 copy color: '#CAC64A'

red 202 ◦ green 198 ◦ blue 74

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

Shades of Wattle #CAC64A

Tints of Wattle #CAC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.77%

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

R = 42.62%
G = 41.77%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CAC64A (or 0xCAC64A) is known color: Wattle. HEX triplet: CA, C6 and 4A. RGB value is (202,198,74). Sum of RGB (Red+Green+Blue) = 202+198+74=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC64A is #3539B5. Grayscale: #B9B9B9. Windows color (decimal): -3488182 or 4900554. OLE color: 4900554.

HSL color Cylindrical-coordinate representation of color #CAC64A: hue angle of 58.12º 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 #CAC64A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 74 -
CMYK 0 0.02 0.63 0.21
HSL 58.13º 0.55% 0.54% -
HSV(B) 58.13º 0.63% 0.79% -
XYZ 45.79 53.44 14.38 -
YUV 185.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 202 198 74 0 0.02 0.63 0.21 58.13 0.55 0.54
Hex CA C6 4A 0 2 3F 15 3A 37 36
Octal 312 306 112 0 2 77 25 72 67 66
Binary 11001010 11000110 1001010 0 10 111111 10101 111010 110111 110110

Color Harmonies of #CAC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC64A

Black with #CAC64A

Text Example


Text Example

White with #CAC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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