Html Css Color HEX #CAA902 Buddha Gold

📋 copy color: '#CAA902'

red 202 ◦ green 169 ◦ blue 2

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

Shades of Buddha Gold #CAA902

Tints of Buddha Gold #CAA902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 54.16%
G = 45.31%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAA902 (or 0xCAA902) is known color: Buddha Gold. HEX triplet: CA, A9 and 02. RGB value is (202,169,2). Sum of RGB (Red+Green+Blue) = 202+169+2=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA902 is #3556FD. Grayscale: #A0A0A0. Windows color (decimal): -3495678 or 174538. OLE color: 174538.

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

Color convert

RGB 202 169 2 -
CMYK 0 0.16 0.99 0.21
HSL 50.1º 0.98% 0.4% -
HSV(B) 50.1º 0.99% 0.79% -
XYZ 38.56 40.94 5.93 -
YUV 159.83 38.93 158.08 -
System Red Green Blue C M Y K H S L
Decimal 202 169 2 0 0.16 0.99 0.21 50.1 0.98 0.4
Hex CA A9 2 0 10 63 15 32 62 28
Octal 312 251 2 0 20 143 25 62 142 50
Binary 11001010 10101001 10 0 10000 1100011 10101 110010 1100010 101000

Color Harmonies of #CAA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA902

Black with #CAA902

Text Example


Text Example

White with #CAA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA902; }

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

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

background-color css

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

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

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

border-color css

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

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

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