Html Css Color HEX #CAA116 Buddha Gold

📋 copy color: '#CAA116'

red 202 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #CAA116

Tints of Buddha Gold #CAA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

 BLUE value IS 22 (8.98% from 255) = 5.71%

R = 52.47%
G = 41.82%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA116 (or 0xCAA116) is known color: Buddha Gold. HEX triplet: CA, A1 and 16. RGB value is (202,161,22). Sum of RGB (Red+Green+Blue) = 202+161+22=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA116 is #355EE9. Grayscale: #9E9E9E. Windows color (decimal): -3497706 or 1483210. OLE color: 1483210.

HSL color Cylindrical-coordinate representation of color #CAA116: hue angle of 46.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAA116 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 22 -
CMYK 0 0.20 0.89 0.21
HSL 46.33º 0.8% 0.44% -
HSV(B) 46.33º 0.89% 0.79% -
XYZ 37.25 38.1 6.15 -
YUV 157.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 202 161 22 0 0.20 0.89 0.21 46.33 0.8 0.44
Hex CA A1 16 0 14 59 15 2E 50 2C
Octal 312 241 26 0 24 131 25 56 120 54
Binary 11001010 10100001 10110 0 10100 1011001 10101 101110 1010000 101100

Color Harmonies of #CAA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA116

Black with #CAA116

Text Example


Text Example

White with #CAA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA116; }

 p { color: rgb(202,161,22); }

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

background-color css

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

 a { background-color: rgb(202,161,22); }

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

border-color css

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

 span { border-color: rgb(202,161,22); }

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