Html Css Color HEX #C9A607 Buddha Gold

📋 copy color: '#C9A607'

red 201 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #C9A607

Tints of Buddha Gold #C9A607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 53.74%
G = 44.39%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9A607 (or 0xC9A607) is known color: Buddha Gold. HEX triplet: C9, A6 and 07. RGB value is (201,166,7). Sum of RGB (Red+Green+Blue) = 201+166+7=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A607 is #3659F8. Grayscale: #9F9F9F. Windows color (decimal): -3561977 or 501449. OLE color: 501449.

HSL color Cylindrical-coordinate representation of color #C9A607: hue angle of 49.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9A607 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 166 7 -
CMYK 0 0.17 0.97 0.21
HSL 49.18º 0.93% 0.41% -
HSV(B) 49.18º 0.97% 0.79% -
XYZ 37.76 39.71 5.87 -
YUV 158.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 201 166 7 0 0.17 0.97 0.21 49.18 0.93 0.41
Hex C9 A6 7 0 11 61 15 31 5D 29
Octal 311 246 7 0 21 141 25 61 135 51
Binary 11001001 10100110 111 0 10001 1100001 10101 110001 1011101 101001

Color Harmonies of #C9A607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A607

Black with #C9A607

Text Example


Text Example

White with #C9A607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A607; }

 p { color: rgb(201,166,7); }

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

background-color css

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

 a { background-color: rgb(201,166,7); }

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

border-color css

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

 span { border-color: rgb(201,166,7); }

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