Html Css Color HEX #CAA016 Buddha Gold

📋 copy color: '#CAA016'

red 202 ◦ green 160 ◦ blue 22

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

Shades of Buddha Gold #CAA016

Tints of Buddha Gold #CAA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

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

R = 52.6%
G = 41.67%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA016 (or 0xCAA016) is known color: Buddha Gold. HEX triplet: CA, A0 and 16. RGB value is (202,160,22). Sum of RGB (Red+Green+Blue) = 202+160+22=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA016 is #355FE9. Grayscale: #9D9D9D. Windows color (decimal): -3497962 or 1482954. OLE color: 1482954.

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

Color convert

RGB 202 160 22 -
CMYK 0 0.21 0.89 0.21
HSL 46º 0.8% 0.44% -
HSV(B) 46º 0.89% 0.79% -
XYZ 37.07 37.76 6.09 -
YUV 156.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 202 160 22 0 0.21 0.89 0.21 46 0.8 0.44
Hex CA A0 16 0 15 59 15 2E 50 2C
Octal 312 240 26 0 25 131 25 56 120 54
Binary 11001010 10100000 10110 0 10101 1011001 10101 101110 1010000 101100

Color Harmonies of #CAA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA016

Black with #CAA016

Text Example


Text Example

White with #CAA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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