Html Css Color HEX #CAC53C Wattle

📋 copy color: '#CAC53C'

red 202 ◦ green 197 ◦ blue 60

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

Shades of Wattle #CAC53C

Tints of Wattle #CAC53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 44.01%
G = 42.92%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC53C (or 0xCAC53C) is known color: Wattle. HEX triplet: CA, C5 and 3C. RGB value is (202,197,60). Sum of RGB (Red+Green+Blue) = 202+197+60=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC53C is #353AC3. Grayscale: #B7B7B7. Windows color (decimal): -3488452 or 3982794. OLE color: 3982794.

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

Color convert

RGB 202 197 60 -
CMYK 0 0.02 0.70 0.21
HSL 57.89º 0.57% 0.51% -
HSV(B) 57.89º 0.7% 0.79% -
XYZ 45.14 52.82 12.09 -
YUV 182.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 202 197 60 0 0.02 0.70 0.21 57.89 0.57 0.51
Hex CA C5 3C 0 2 46 15 3A 39 33
Octal 312 305 74 0 2 106 25 72 71 63
Binary 11001010 11000101 111100 0 10 1000110 10101 111010 111001 110011

Color Harmonies of #CAC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC53C

Black with #CAC53C

Text Example


Text Example

White with #CAC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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