Html Css Color HEX #CAA900 Buddha Gold

📋 copy color: '#CAA900'

red 202 ◦ green 169 ◦ blue 0

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

Shades of Buddha Gold #CAA900

Tints of Buddha Gold #CAA900

RGB

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

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

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

R = 54.45%
G = 45.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAA900 (or 0xCAA900) is known color: Buddha Gold. HEX triplet: CA, A9 and 00. RGB value is (202,169,0). Sum of RGB (Red+Green+Blue) = 202+169+0=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA900 is #3556FF. Grayscale: #A0A0A0. Windows color (decimal): -3495680 or 43466. OLE color: 43466.

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

Color convert

RGB 202 169 0 -
CMYK 0 0.16 1 0.21
HSL 50.2º 1% 0.4% -
HSV(B) 50.2º 1% 0.79% -
XYZ 38.55 40.93 5.87 -
YUV 159.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 202 169 0 0 0.16 1 0.21 50.2 1 0.4
Hex CA A9 0 0 10 64 15 32 64 28
Octal 312 251 0 0 20 144 25 62 144 50
Binary 11001010 10101001 0 0 10000 1100100 10101 110010 1100100 101000

Color Harmonies of #CAA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA900

Black with #CAA900

Text Example


Text Example

White with #CAA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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