Html Css Color HEX #CAA912 Buddha Gold

📋 copy color: '#CAA912'

red 202 ◦ green 169 ◦ blue 18

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

Shades of Buddha Gold #CAA912

Tints of Buddha Gold #CAA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

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

R = 51.93%
G = 43.44%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAA912 (or 0xCAA912) is known color: Buddha Gold. HEX triplet: CA, A9 and 12. RGB value is (202,169,18). Sum of RGB (Red+Green+Blue) = 202+169+18=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA912 is #3556ED. Grayscale: #A2A2A2. Windows color (decimal): -3495662 or 1223114. OLE color: 1223114.

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

Color convert

RGB 202 169 18 -
CMYK 0 0.16 0.91 0.21
HSL 49.24º 0.84% 0.43% -
HSV(B) 49.24º 0.91% 0.79% -
XYZ 38.65 40.98 6.44 -
YUV 161.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 202 169 18 0 0.16 0.91 0.21 49.24 0.84 0.43
Hex CA A9 12 0 10 5B 15 31 54 2B
Octal 312 251 22 0 20 133 25 61 124 53
Binary 11001010 10101001 10010 0 10000 1011011 10101 110001 1010100 101011

Color Harmonies of #CAA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA912

Black with #CAA912

Text Example


Text Example

White with #CAA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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