Html Css Color HEX #CAA20C Buddha Gold

📋 copy color: '#CAA20C'

red 202 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #CAA20C

Tints of Buddha Gold #CAA20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 53.72%
G = 43.09%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAA20C (or 0xCAA20C) is known color: Buddha Gold. HEX triplet: CA, A2 and 0C. RGB value is (202,162,12). Sum of RGB (Red+Green+Blue) = 202+162+12=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA20C is #355DF3. Grayscale: #9D9D9D. Windows color (decimal): -3497460 or 828106. OLE color: 828106.

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

Color convert

RGB 202 162 12 -
CMYK 0 0.20 0.94 0.21
HSL 47.37º 0.89% 0.42% -
HSV(B) 47.37º 0.94% 0.79% -
XYZ 37.34 38.42 5.8 -
YUV 156.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 202 162 12 0 0.20 0.94 0.21 47.37 0.89 0.42
Hex CA A2 C 0 14 5E 15 2F 59 2A
Octal 312 242 14 0 24 136 25 57 131 52
Binary 11001010 10100010 1100 0 10100 1011110 10101 101111 1011001 101010

Color Harmonies of #CAA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA20C

Black with #CAA20C

Text Example


Text Example

White with #CAA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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