Html Css Color HEX #CAA310 Buddha Gold

📋 copy color: '#CAA310'

red 202 ◦ green 163 ◦ blue 16

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

Shades of Buddha Gold #CAA310

Tints of Buddha Gold #CAA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

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

R = 53.02%
G = 42.78%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAA310 (or 0xCAA310) is known color: Buddha Gold. HEX triplet: CA, A3 and 10. RGB value is (202,163,16). Sum of RGB (Red+Green+Blue) = 202+163+16=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA310 is #355CEF. Grayscale: #9E9E9E. Windows color (decimal): -3497200 or 1090506. OLE color: 1090506.

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

Color convert

RGB 202 163 16 -
CMYK 0 0.19 0.92 0.21
HSL 47.42º 0.85% 0.43% -
HSV(B) 47.42º 0.92% 0.79% -
XYZ 37.55 38.79 6 -
YUV 157.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 202 163 16 0 0.19 0.92 0.21 47.42 0.85 0.43
Hex CA A3 10 0 13 5C 15 2F 55 2B
Octal 312 243 20 0 23 134 25 57 125 53
Binary 11001010 10100011 10000 0 10011 1011100 10101 101111 1010101 101011

Color Harmonies of #CAA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA310

Black with #CAA310

Text Example


Text Example

White with #CAA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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