Html Css Color HEX #CAC53F Wattle

📋 copy color: '#CAC53F'

red 202 ◦ green 197 ◦ blue 63

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

Shades of Wattle #CAC53F

Tints of Wattle #CAC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.64%

R = 43.72%
G = 42.64%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAC53F (or 0xCAC53F) is known color: Wattle. HEX triplet: CA, C5 and 3F. RGB value is (202,197,63). Sum of RGB (Red+Green+Blue) = 202+197+63=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC53F is #353AC0. Grayscale: #B7B7B7. Windows color (decimal): -3488449 or 4179402. OLE color: 4179402.

HSL color Cylindrical-coordinate representation of color #CAC53F: hue angle of 57.84º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAC53F is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 63 -
CMYK 0 0.02 0.69 0.21
HSL 57.84º 0.57% 0.52% -
HSV(B) 57.84º 0.69% 0.79% -
XYZ 45.22 52.85 12.52 -
YUV 183.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 202 197 63 0 0.02 0.69 0.21 57.84 0.57 0.52
Hex CA C5 3F 0 2 45 15 3A 39 34
Octal 312 305 77 0 2 105 25 72 71 64
Binary 11001010 11000101 111111 0 10 1000101 10101 111010 111001 110100

Color Harmonies of #CAC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC53F

Black with #CAC53F

Text Example


Text Example

White with #CAC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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