Html Css Color HEX #C7A701 Buddha Gold

📋 copy color: '#C7A701'

red 199 ◦ green 167 ◦ blue 1

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

Shades of Buddha Gold #C7A701

Tints of Buddha Gold #C7A701

RGB

 RED value IS 199 (78.13% from 255) = 54.22%

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.22%
G = 45.5%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7A701 (or 0xC7A701) is known color: Buddha Gold. HEX triplet: C7, A7 and 01. RGB value is (199,167,1). Sum of RGB (Red+Green+Blue) = 199+167+1=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A701 is #3858FE. Grayscale: #9E9E9E. Windows color (decimal): -3692799 or 108487. OLE color: 108487.

HSL color Cylindrical-coordinate representation of color #C7A701: hue angle of 50.3º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7A701 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 167 1 -
CMYK 0 0.16 0.99 0.22
HSL 50.3º 0.99% 0.39% -
HSV(B) 50.3º 0.99% 0.78% -
XYZ 37.38 39.78 5.74 -
YUV 157.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 199 167 1 0 0.16 0.99 0.22 50.3 0.99 0.39
Hex C7 A7 1 0 10 63 16 32 63 27
Octal 307 247 1 0 20 143 26 62 143 47
Binary 11000111 10100111 1 0 10000 1100011 10110 110010 1100011 100111

Color Harmonies of #C7A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A701

Black with #C7A701

Text Example


Text Example

White with #C7A701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A701; }

 p { color: rgb(199,167,1); }

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

background-color css

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

 a { background-color: rgb(199,167,1); }

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

border-color css

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

 span { border-color: rgb(199,167,1); }

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