Html Css Color HEX #CAA210 Buddha Gold

📋 copy color: '#CAA210'

red 202 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #CAA210

Tints of Buddha Gold #CAA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.63%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 53.16%
G = 42.63%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAA210 (or 0xCAA210) is known color: Buddha Gold. HEX triplet: CA, A2 and 10. RGB value is (202,162,16). Sum of RGB (Red+Green+Blue) = 202+162+16=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA210 is #355DEF. Grayscale: #9D9D9D. Windows color (decimal): -3497456 or 1090250. OLE color: 1090250.

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

Color convert

RGB 202 162 16 -
CMYK 0 0.20 0.92 0.21
HSL 47.1º 0.85% 0.43% -
HSV(B) 47.1º 0.92% 0.79% -
XYZ 37.37 38.43 5.94 -
YUV 157.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 202 162 16 0 0.20 0.92 0.21 47.1 0.85 0.43
Hex CA A2 10 0 14 5C 15 2F 55 2B
Octal 312 242 20 0 24 134 25 57 125 53
Binary 11001010 10100010 10000 0 10100 1011100 10101 101111 1010101 101011

Color Harmonies of #CAA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA210

Black with #CAA210

Text Example


Text Example

White with #CAA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA210; }

 p { color: rgb(202,162,16); }

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

background-color css

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

 a { background-color: rgb(202,162,16); }

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

border-color css

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

 span { border-color: rgb(202,162,16); }

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