Html Css Color HEX #CAC532 Wattle

📋 copy color: '#CAC532'

red 202 ◦ green 197 ◦ blue 50

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

Shades of Wattle #CAC532

Tints of Wattle #CAC532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 44.99%
G = 43.88%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAC532 (or 0xCAC532) is known color: Wattle. HEX triplet: CA, C5 and 32. RGB value is (202,197,50). Sum of RGB (Red+Green+Blue) = 202+197+50=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC532 is #353ACD. Grayscale: #B6B6B6. Windows color (decimal): -3488462 or 3327434. OLE color: 3327434.

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

Color convert

RGB 202 197 50 -
CMYK 0 0.02 0.75 0.21
HSL 58.03º 0.6% 0.49% -
HSV(B) 58.03º 0.75% 0.79% -
XYZ 44.9 52.72 10.83 -
YUV 181.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 202 197 50 0 0.02 0.75 0.21 58.03 0.6 0.49
Hex CA C5 32 0 2 4B 15 3A 3C 31
Octal 312 305 62 0 2 113 25 72 74 61
Binary 11001010 11000101 110010 0 10 1001011 10101 111010 111100 110001

Color Harmonies of #CAC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC532

Black with #CAC532

Text Example


Text Example

White with #CAC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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