Html Css Color HEX #C9AA02 Buddha Gold

📋 copy color: '#C9AA02'

red 201 ◦ green 170 ◦ blue 2

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

Shades of Buddha Gold #C9AA02

Tints of Buddha Gold #C9AA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

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

R = 53.89%
G = 45.58%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C9AA02 (or 0xC9AA02) is known color: Buddha Gold. HEX triplet: C9, AA and 02. RGB value is (201,170,2). Sum of RGB (Red+Green+Blue) = 201+170+2=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AA02 is #3655FD. Grayscale: #A0A0A0. Windows color (decimal): -3560958 or 174793. OLE color: 174793.

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

Color convert

RGB 201 170 2 -
CMYK 0 0.15 0.99 0.21
HSL 50.65º 0.98% 0.4% -
HSV(B) 50.65º 0.99% 0.79% -
XYZ 38.47 41.17 5.98 -
YUV 160.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 201 170 2 0 0.15 0.99 0.21 50.65 0.98 0.4
Hex C9 AA 2 0 F 63 15 33 62 28
Octal 311 252 2 0 17 143 25 63 142 50
Binary 11001001 10101010 10 0 1111 1100011 10101 110011 1100010 101000

Color Harmonies of #C9AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA02

Black with #C9AA02

Text Example


Text Example

White with #C9AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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