Html Css Color HEX #CAA600 Buddha Gold

📋 copy color: '#CAA600'

red 202 ◦ green 166 ◦ blue 0

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

Shades of Buddha Gold #CAA600

Tints of Buddha Gold #CAA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

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

R = 54.89%
G = 45.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAA600 (or 0xCAA600) is known color: Buddha Gold. HEX triplet: CA, A6 and 00. RGB value is (202,166,0). Sum of RGB (Red+Green+Blue) = 202+166+0=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA600 is #3559FF. Grayscale: #9E9E9E. Windows color (decimal): -3496448 or 42698. OLE color: 42698.

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

Color convert

RGB 202 166 0 -
CMYK 0 0.18 1 0.21
HSL 49.31º 1% 0.4% -
HSV(B) 49.31º 1% 0.79% -
XYZ 37.99 39.83 5.69 -
YUV 157.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 202 166 0 0 0.18 1 0.21 49.31 1 0.4
Hex CA A6 0 0 12 64 15 31 64 28
Octal 312 246 0 0 22 144 25 61 144 50
Binary 11001010 10100110 0 0 10010 1100100 10101 110001 1100100 101000

Color Harmonies of #CAA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA600

Black with #CAA600

Text Example


Text Example

White with #CAA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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