Html Css Color HEX #CAA903 Buddha Gold

📋 copy color: '#CAA903'

red 202 ◦ green 169 ◦ blue 3

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

Shades of Buddha Gold #CAA903

Tints of Buddha Gold #CAA903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 54.01%
G = 45.19%
B = 0.8%

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

#CAA903 (or 0xCAA903) is known color: Buddha Gold. HEX triplet: CA, A9 and 03. RGB value is (202,169,3). Sum of RGB (Red+Green+Blue) = 202+169+3=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA903 is #3556FC. Grayscale: #A0A0A0. Windows color (decimal): -3495677 or 240074. OLE color: 240074.

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

Color convert

RGB 202 169 3 -
CMYK 0 0.16 0.99 0.21
HSL 50.05º 0.97% 0.4% -
HSV(B) 50.05º 0.99% 0.79% -
XYZ 38.56 40.94 5.96 -
YUV 159.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 202 169 3 0 0.16 0.99 0.21 50.05 0.97 0.4
Hex CA A9 3 0 10 63 15 32 61 28
Octal 312 251 3 0 20 143 25 62 141 50
Binary 11001010 10101001 11 0 10000 1100011 10101 110010 1100001 101000

Color Harmonies of #CAA903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA903

Black with #CAA903

Text Example


Text Example

White with #CAA903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA903; }

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

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

background-color css

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

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

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

border-color css

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

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

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