Html Css Color HEX #C7A717 Buddha Gold

📋 copy color: '#C7A717'

red 199 ◦ green 167 ◦ blue 23

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

Shades of Buddha Gold #C7A717

Tints of Buddha Gold #C7A717

RGB

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

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

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

R = 51.16%
G = 42.93%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7A717 (or 0xC7A717) is known color: Buddha Gold. HEX triplet: C7, A7 and 17. RGB value is (199,167,23). Sum of RGB (Red+Green+Blue) = 199+167+23=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A717 is #3858E8. Grayscale: #A0A0A0. Windows color (decimal): -3692777 or 1550279. OLE color: 1550279.

HSL color Cylindrical-coordinate representation of color #C7A717: hue angle of 49.09º 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 #C7A717 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 167 23 -
CMYK 0 0.16 0.88 0.22
HSL 49.09º 0.79% 0.44% -
HSV(B) 49.09º 0.88% 0.78% -
XYZ 37.53 39.84 6.52 -
YUV 160.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 199 167 23 0 0.16 0.88 0.22 49.09 0.79 0.44
Hex C7 A7 17 0 10 58 16 31 4F 2C
Octal 307 247 27 0 20 130 26 61 117 54
Binary 11000111 10100111 10111 0 10000 1011000 10110 110001 1001111 101100

Color Harmonies of #C7A717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A717

Black with #C7A717

Text Example


Text Example

White with #C7A717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A717; }

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

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

background-color css

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

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

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

border-color css

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

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

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