Html Css Color HEX #CAA803 Buddha Gold

📋 copy color: '#CAA803'

red 202 ◦ green 168 ◦ blue 3

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

Shades of Buddha Gold #CAA803

Tints of Buddha Gold #CAA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.04%

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

R = 54.16%
G = 45.04%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAA803 (or 0xCAA803) is known color: Buddha Gold. HEX triplet: CA, A8 and 03. RGB value is (202,168,3). Sum of RGB (Red+Green+Blue) = 202+168+3=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA803 is #3557FC. Grayscale: #A0A0A0. Windows color (decimal): -3495933 or 239818. OLE color: 239818.

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

Color convert

RGB 202 168 3 -
CMYK 0 0.17 0.99 0.21
HSL 49.75º 0.97% 0.4% -
HSV(B) 49.75º 0.99% 0.79% -
XYZ 38.38 40.57 5.89 -
YUV 159.36 39.76 158.42 -
System Red Green Blue C M Y K H S L
Decimal 202 168 3 0 0.17 0.99 0.21 49.75 0.97 0.4
Hex CA A8 3 0 11 63 15 32 61 28
Octal 312 250 3 0 21 143 25 62 141 50
Binary 11001010 10101000 11 0 10001 1100011 10101 110010 1100001 101000

Color Harmonies of #CAA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA803

Black with #CAA803

Text Example


Text Example

White with #CAA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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