Html Css Color HEX #CAA212 Buddha Gold

📋 copy color: '#CAA212'

red 202 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #CAA212

Tints of Buddha Gold #CAA212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 52.88%
G = 42.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAA212 (or 0xCAA212) is known color: Buddha Gold. HEX triplet: CA, A2 and 12. RGB value is (202,162,18). Sum of RGB (Red+Green+Blue) = 202+162+18=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA212 is #355DED. Grayscale: #9E9E9E. Windows color (decimal): -3497454 or 1221322. OLE color: 1221322.

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

Color convert

RGB 202 162 18 -
CMYK 0 0.20 0.91 0.21
HSL 46.96º 0.84% 0.43% -
HSV(B) 46.96º 0.91% 0.79% -
XYZ 37.39 38.44 6.02 -
YUV 157.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 202 162 18 0 0.20 0.91 0.21 46.96 0.84 0.43
Hex CA A2 12 0 14 5B 15 2F 54 2B
Octal 312 242 22 0 24 133 25 57 124 53
Binary 11001010 10100010 10010 0 10100 1011011 10101 101111 1010100 101011

Color Harmonies of #CAA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA212

Black with #CAA212

Text Example


Text Example

White with #CAA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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