Html Css Color HEX #CAC54A Wattle

📋 copy color: '#CAC54A'

red 202 ◦ green 197 ◦ blue 74

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

Shades of Wattle #CAC54A

Tints of Wattle #CAC54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.65%

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

R = 42.71%
G = 41.65%
B = 15.64%

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

#CAC54A (or 0xCAC54A) is known color: Wattle. HEX triplet: CA, C5 and 4A. RGB value is (202,197,74). Sum of RGB (Red+Green+Blue) = 202+197+74=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC54A is #353AB5. Grayscale: #B8B8B8. Windows color (decimal): -3488438 or 4900298. OLE color: 4900298.

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

Color convert

RGB 202 197 74 -
CMYK 0 0.02 0.63 0.21
HSL 57.66º 0.55% 0.54% -
HSV(B) 57.66º 0.63% 0.79% -
XYZ 45.56 52.98 14.3 -
YUV 184.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 202 197 74 0 0.02 0.63 0.21 57.66 0.55 0.54
Hex CA C5 4A 0 2 3F 15 3A 37 36
Octal 312 305 112 0 2 77 25 72 67 66
Binary 11001010 11000101 1001010 0 10 111111 10101 111010 110111 110110

Color Harmonies of #CAC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC54A

Black with #CAC54A

Text Example


Text Example

White with #CAC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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