Html Css Color HEX #C9A502 Buddha Gold

📋 copy color: '#C9A502'

red 201 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #C9A502

Tints of Buddha Gold #C9A502

RGB

 RED value IS 201 (78.91% from 255) = 54.62%

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

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

R = 54.62%
G = 44.84%
B = 0.54%

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

#C9A502 (or 0xC9A502) is known color: Buddha Gold. HEX triplet: C9, A5 and 02. RGB value is (201,165,2). Sum of RGB (Red+Green+Blue) = 201+165+2=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A502 is #365AFD. Grayscale: #9D9D9D. Windows color (decimal): -3562238 or 173513. OLE color: 173513.

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

Color convert

RGB 201 165 2 -
CMYK 0 0.18 0.99 0.21
HSL 49.15º 0.98% 0.4% -
HSV(B) 49.15º 0.99% 0.79% -
XYZ 37.55 39.33 5.67 -
YUV 157.18 40.43 159.25 -
System Red Green Blue C M Y K H S L
Decimal 201 165 2 0 0.18 0.99 0.21 49.15 0.98 0.4
Hex C9 A5 2 0 12 63 15 31 62 28
Octal 311 245 2 0 22 143 25 61 142 50
Binary 11001001 10100101 10 0 10010 1100011 10101 110001 1100010 101000

Color Harmonies of #C9A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A502

Black with #C9A502

Text Example


Text Example

White with #C9A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A502; }

 p { color: rgb(201,165,2); }

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

background-color css

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

 a { background-color: rgb(201,165,2); }

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

border-color css

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

 span { border-color: rgb(201,165,2); }

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