Html Css Color HEX #CAA000 Buddha Gold

📋 copy color: '#CAA000'

red 202 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #CAA000

Tints of Buddha Gold #CAA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

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

R = 55.8%
G = 44.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAA000 (or 0xCAA000) is known color: Buddha Gold. HEX triplet: CA, A0 and 00. RGB value is (202,160,0). Sum of RGB (Red+Green+Blue) = 202+160+0=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA000 is #355FFF. Grayscale: #9B9B9B. Windows color (decimal): -3497984 or 41162. OLE color: 41162.

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

Color convert

RGB 202 160 0 -
CMYK 0 0.21 1 0.21
HSL 47.52º 1% 0.4% -
HSV(B) 47.52º 1% 0.79% -
XYZ 36.93 37.7 5.33 -
YUV 154.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 202 160 0 0 0.21 1 0.21 47.52 1 0.4
Hex CA A0 0 0 15 64 15 30 64 28
Octal 312 240 0 0 25 144 25 60 144 50
Binary 11001010 10100000 0 0 10101 1100100 10101 110000 1100100 101000

Color Harmonies of #CAA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA000

Black with #CAA000

Text Example


Text Example

White with #CAA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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