Html Css Color HEX #C9A703 Buddha Gold

📋 copy color: '#C9A703'

red 201 ◦ green 167 ◦ blue 3

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

Shades of Buddha Gold #C9A703

Tints of Buddha Gold #C9A703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 54.18%
G = 45.01%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C9A703 (or 0xC9A703) is known color: Buddha Gold. HEX triplet: C9, A7 and 03. RGB value is (201,167,3). Sum of RGB (Red+Green+Blue) = 201+167+3=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A703 is #3658FC. Grayscale: #9F9F9F. Windows color (decimal): -3561725 or 239561. OLE color: 239561.

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

Color convert

RGB 201 167 3 -
CMYK 0 0.17 0.99 0.21
HSL 49.7º 0.97% 0.4% -
HSV(B) 49.7º 0.99% 0.79% -
XYZ 37.92 40.06 5.82 -
YUV 158.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 201 167 3 0 0.17 0.99 0.21 49.7 0.97 0.4
Hex C9 A7 3 0 11 63 15 32 61 28
Octal 311 247 3 0 21 143 25 62 141 50
Binary 11001001 10100111 11 0 10001 1100011 10101 110010 1100001 101000

Color Harmonies of #C9A703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A703

Black with #C9A703

Text Example


Text Example

White with #C9A703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A703; }

 p { color: rgb(201,167,3); }

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

background-color css

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

 a { background-color: rgb(201,167,3); }

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

border-color css

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

 span { border-color: rgb(201,167,3); }

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