Html Css Color HEX #C7A917 Buddha Gold

📋 copy color: '#C7A917'

red 199 ◦ green 169 ◦ blue 23

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

Shades of Buddha Gold #C7A917

Tints of Buddha Gold #C7A917

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 50.9%
G = 43.22%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7A917 (or 0xC7A917) is known color: Buddha Gold. HEX triplet: C7, A9 and 17. RGB value is (199,169,23). Sum of RGB (Red+Green+Blue) = 199+169+23=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A917 is #3856E8. Grayscale: #A1A1A1. Windows color (decimal): -3692265 or 1550791. OLE color: 1550791.

HSL color Cylindrical-coordinate representation of color #C7A917: hue angle of 49.77º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7A917 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 23 -
CMYK 0 0.15 0.88 0.22
HSL 49.77º 0.79% 0.44% -
HSV(B) 49.77º 0.88% 0.78% -
XYZ 37.9 40.58 6.65 -
YUV 161.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 199 169 23 0 0.15 0.88 0.22 49.77 0.79 0.44
Hex C7 A9 17 0 F 58 16 32 4F 2C
Octal 307 251 27 0 17 130 26 62 117 54
Binary 11000111 10101001 10111 0 1111 1011000 10110 110010 1001111 101100

Color Harmonies of #C7A917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A917

Black with #C7A917

Text Example


Text Example

White with #C7A917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A917; }

 p { color: rgb(199,169,23); }

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

background-color css

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

 a { background-color: rgb(199,169,23); }

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

border-color css

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

 span { border-color: rgb(199,169,23); }

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