Html Css Color HEX #CAA503 Buddha Gold

📋 copy color: '#CAA503'

red 202 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #CAA503

Tints of Buddha Gold #CAA503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.59%

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

R = 54.59%
G = 44.59%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAA503 (or 0xCAA503) is known color: Buddha Gold. HEX triplet: CA, A5 and 03. RGB value is (202,165,3). Sum of RGB (Red+Green+Blue) = 202+165+3=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA503 is #355AFC. Grayscale: #9E9E9E. Windows color (decimal): -3496701 or 239050. OLE color: 239050.

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

Color convert

RGB 202 165 3 -
CMYK 0 0.18 0.99 0.21
HSL 48.84º 0.97% 0.4% -
HSV(B) 48.84º 0.99% 0.79% -
XYZ 37.83 39.47 5.71 -
YUV 157.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 202 165 3 0 0.18 0.99 0.21 48.84 0.97 0.4
Hex CA A5 3 0 12 63 15 31 61 28
Octal 312 245 3 0 22 143 25 61 141 50
Binary 11001010 10100101 11 0 10010 1100011 10101 110001 1100001 101000

Color Harmonies of #CAA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA503

Black with #CAA503

Text Example


Text Example

White with #CAA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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