Html Css Color HEX #C9A70C Buddha Gold

📋 copy color: '#C9A70C'

red 201 ◦ green 167 ◦ blue 12

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

Shades of Buddha Gold #C9A70C

Tints of Buddha Gold #C9A70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 52.89%
G = 43.95%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A70C (or 0xC9A70C) is known color: Buddha Gold. HEX triplet: C9, A7 and 0C. RGB value is (201,167,12). Sum of RGB (Red+Green+Blue) = 201+167+12=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A70C is #3658F3. Grayscale: #A0A0A0. Windows color (decimal): -3561716 or 829385. OLE color: 829385.

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

Color convert

RGB 201 167 12 -
CMYK 0 0.17 0.94 0.21
HSL 49.21º 0.89% 0.42% -
HSV(B) 49.21º 0.94% 0.79% -
XYZ 37.97 40.08 6.08 -
YUV 159.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 201 167 12 0 0.17 0.94 0.21 49.21 0.89 0.42
Hex C9 A7 C 0 11 5E 15 31 59 2A
Octal 311 247 14 0 21 136 25 61 131 52
Binary 11001001 10100111 1100 0 10001 1011110 10101 110001 1011001 101010

Color Harmonies of #C9A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A70C

Black with #C9A70C

Text Example


Text Example

White with #C9A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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