Html Css Color HEX #C7A703 Buddha Gold

📋 copy color: '#C7A703'

red 199 ◦ green 167 ◦ blue 3

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

Shades of Buddha Gold #C7A703

Tints of Buddha Gold #C7A703

RGB

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

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

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

R = 53.93%
G = 45.26%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C7A703 (or 0xC7A703) is known color: Buddha Gold. HEX triplet: C7, A7 and 03. RGB value is (199,167,3). Sum of RGB (Red+Green+Blue) = 199+167+3=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A703 is #3858FC. Grayscale: #9E9E9E. Windows color (decimal): -3692797 or 239559. OLE color: 239559.

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

Color convert

RGB 199 167 3 -
CMYK 0 0.16 0.98 0.22
HSL 50.2º 0.97% 0.4% -
HSV(B) 50.2º 0.98% 0.78% -
XYZ 37.39 39.79 5.8 -
YUV 157.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 199 167 3 0 0.16 0.98 0.22 50.2 0.97 0.4
Hex C7 A7 3 0 10 62 16 32 61 28
Octal 307 247 3 0 20 142 26 62 141 50
Binary 11000111 10100111 11 0 10000 1100010 10110 110010 1100001 101000

Color Harmonies of #C7A703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A703

Black with #C7A703

Text Example


Text Example

White with #C7A703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A703; }

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

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

background-color css

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

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

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

border-color css

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

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

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