Html Css Color HEX #CAA400 Buddha Gold

📋 copy color: '#CAA400'

red 202 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #CAA400

Tints of Buddha Gold #CAA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.81%

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

R = 55.19%
G = 44.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAA400 (or 0xCAA400) is known color: Buddha Gold. HEX triplet: CA, A4 and 00. RGB value is (202,164,0). Sum of RGB (Red+Green+Blue) = 202+164+0=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA400 is #355BFF. Grayscale: #9D9D9D. Windows color (decimal): -3496960 or 42186. OLE color: 42186.

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

Color convert

RGB 202 164 0 -
CMYK 0 0.19 1 0.21
HSL 48.71º 1% 0.4% -
HSV(B) 48.71º 1% 0.79% -
XYZ 37.63 39.11 5.57 -
YUV 156.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 202 164 0 0 0.19 1 0.21 48.71 1 0.4
Hex CA A4 0 0 13 64 15 31 64 28
Octal 312 244 0 0 23 144 25 61 144 50
Binary 11001010 10100100 0 0 10011 1100100 10101 110001 1100100 101000

Color Harmonies of #CAA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA400

Black with #CAA400

Text Example


Text Example

White with #CAA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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