Html Css Color HEX #CAC53A Wattle

📋 copy color: '#CAC53A'

red 202 ◦ green 197 ◦ blue 58

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

Shades of Wattle #CAC53A

Tints of Wattle #CAC53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.69%

R = 44.2%
G = 43.11%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAC53A (or 0xCAC53A) is known color: Wattle. HEX triplet: CA, C5 and 3A. RGB value is (202,197,58). Sum of RGB (Red+Green+Blue) = 202+197+58=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC53A is #353AC5. Grayscale: #B7B7B7. Windows color (decimal): -3488454 or 3851722. OLE color: 3851722.

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

Color convert

RGB 202 197 58 -
CMYK 0 0.02 0.71 0.21
HSL 57.92º 0.58% 0.51% -
HSV(B) 57.92º 0.71% 0.79% -
XYZ 45.09 52.79 11.82 -
YUV 182.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 202 197 58 0 0.02 0.71 0.21 57.92 0.58 0.51
Hex CA C5 3A 0 2 47 15 3A 3A 33
Octal 312 305 72 0 2 107 25 72 72 63
Binary 11001010 11000101 111010 0 10 1000111 10101 111010 111010 110011

Color Harmonies of #CAC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC53A

Black with #CAC53A

Text Example


Text Example

White with #CAC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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