Html Css Color HEX #C7A500 Buddha Gold

📋 copy color: '#C7A500'

red 199 ◦ green 165 ◦ blue 0

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

Shades of Buddha Gold #C7A500

Tints of Buddha Gold #C7A500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.67%
G = 45.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C7A500 (or 0xC7A500) is known color: Buddha Gold. HEX triplet: C7, A5 and 00. RGB value is (199,165,0). Sum of RGB (Red+Green+Blue) = 199+165+0=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A500 is #385AFF. Grayscale: #9D9D9D. Windows color (decimal): -3693312 or 42439. OLE color: 42439.

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

Color convert

RGB 199 165 0 -
CMYK 0 0.17 1 0.22
HSL 49.75º 1% 0.39% -
HSV(B) 49.75º 1% 0.78% -
XYZ 37.01 39.05 5.59 -
YUV 156.36 39.76 158.42 -
System Red Green Blue C M Y K H S L
Decimal 199 165 0 0 0.17 1 0.22 49.75 1 0.39
Hex C7 A5 0 0 11 64 16 32 64 27
Octal 307 245 0 0 21 144 26 62 144 47
Binary 11000111 10100101 0 0 10001 1100100 10110 110010 1100100 100111

Color Harmonies of #C7A500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A500

Black with #C7A500

Text Example


Text Example

White with #C7A500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A500; }

 p { color: rgb(199,165,0); }

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

background-color css

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

 a { background-color: rgb(199,165,0); }

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

border-color css

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

 span { border-color: rgb(199,165,0); }

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