Html Css Color HEX #CAA100 Buddha Gold

📋 copy color: '#CAA100'

red 202 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #CAA100

Tints of Buddha Gold #CAA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.65%
G = 44.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAA100 (or 0xCAA100) is known color: Buddha Gold. HEX triplet: CA, A1 and 00. RGB value is (202,161,0). Sum of RGB (Red+Green+Blue) = 202+161+0=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA100 is #355EFF. Grayscale: #9B9B9B. Windows color (decimal): -3497728 or 41418. OLE color: 41418.

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

Color convert

RGB 202 161 0 -
CMYK 0 0.20 1 0.21
HSL 47.82º 1% 0.4% -
HSV(B) 47.82º 1% 0.79% -
XYZ 37.1 38.05 5.39 -
YUV 154.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 202 161 0 0 0.20 1 0.21 47.82 1 0.4
Hex CA A1 0 0 14 64 15 30 64 28
Octal 312 241 0 0 24 144 25 60 144 50
Binary 11001010 10100001 0 0 10100 1100100 10101 110000 1100100 101000

Color Harmonies of #CAA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA100

Black with #CAA100

Text Example


Text Example

White with #CAA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA100; }

 p { color: rgb(202,161,0); }

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

background-color css

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

 a { background-color: rgb(202,161,0); }

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

border-color css

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

 span { border-color: rgb(202,161,0); }

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