Html Css Color HEX #C5A302 Buddha Gold

📋 copy color: '#C5A302'

red 197 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #C5A302

Tints of Buddha Gold #C5A302

RGB

 RED value IS 197 (77.34% from 255) = 54.42%

 GREEN value IS 163 (64.06% from 255) = 45.03%

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

R = 54.42%
G = 45.03%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5A302 (or 0xC5A302) is known color: Buddha Gold. HEX triplet: C5, A3 and 02. RGB value is (197,163,2). Sum of RGB (Red+Green+Blue) = 197+163+2=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A302 is #3A5CFD. Grayscale: #9B9B9B. Windows color (decimal): -3824894 or 172997. OLE color: 172997.

HSL color Cylindrical-coordinate representation of color #C5A302: hue angle of 49.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A302 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 2 -
CMYK 0 0.17 0.99 0.23
HSL 49.54º 0.98% 0.39% -
HSV(B) 49.54º 0.99% 0.77% -
XYZ 36.13 38.07 5.5 -
YUV 154.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 197 163 2 0 0.17 0.99 0.23 49.54 0.98 0.39
Hex C5 A3 2 0 11 63 17 32 62 27
Octal 305 243 2 0 21 143 27 62 142 47
Binary 11000101 10100011 10 0 10001 1100011 10111 110010 1100010 100111

Color Harmonies of #C5A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A302

Black with #C5A302

Text Example


Text Example

White with #C5A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A302; }

 p { color: rgb(197,163,2); }

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

background-color css

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

 a { background-color: rgb(197,163,2); }

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

border-color css

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

 span { border-color: rgb(197,163,2); }

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