Html Css Color HEX #CAA516 Buddha Gold

📋 copy color: '#CAA516'

red 202 ◦ green 165 ◦ blue 22

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

Shades of Buddha Gold #CAA516

Tints of Buddha Gold #CAA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 51.93%
G = 42.42%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA516 (or 0xCAA516) is known color: Buddha Gold. HEX triplet: CA, A5 and 16. RGB value is (202,165,22). Sum of RGB (Red+Green+Blue) = 202+165+22=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA516 is #355AE9. Grayscale: #A0A0A0. Windows color (decimal): -3496682 or 1484234. OLE color: 1484234.

HSL color Cylindrical-coordinate representation of color #CAA516: hue angle of 47.67º 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 #CAA516 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 22 -
CMYK 0 0.18 0.89 0.21
HSL 47.67º 0.8% 0.44% -
HSV(B) 47.67º 0.89% 0.79% -
XYZ 37.96 39.52 6.39 -
YUV 159.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 202 165 22 0 0.18 0.89 0.21 47.67 0.8 0.44
Hex CA A5 16 0 12 59 15 30 50 2C
Octal 312 245 26 0 22 131 25 60 120 54
Binary 11001010 10100101 10110 0 10010 1011001 10101 110000 1010000 101100

Color Harmonies of #CAA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA516

Black with #CAA516

Text Example


Text Example

White with #CAA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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