Html Css Color HEX #C7A517 Buddha Gold

📋 copy color: '#C7A517'

red 199 ◦ green 165 ◦ blue 23

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

Shades of Buddha Gold #C7A517

Tints of Buddha Gold #C7A517

RGB

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

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

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

R = 51.42%
G = 42.64%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7A517 (or 0xC7A517) is known color: Buddha Gold. HEX triplet: C7, A5 and 17. RGB value is (199,165,23). Sum of RGB (Red+Green+Blue) = 199+165+23=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A517 is #385AE8. Grayscale: #9F9F9F. Windows color (decimal): -3693289 or 1549767. OLE color: 1549767.

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

Color convert

RGB 199 165 23 -
CMYK 0 0.17 0.88 0.22
HSL 48.41º 0.79% 0.44% -
HSV(B) 48.41º 0.88% 0.78% -
XYZ 37.16 39.11 6.4 -
YUV 158.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 199 165 23 0 0.17 0.88 0.22 48.41 0.79 0.44
Hex C7 A5 17 0 11 58 16 30 4F 2C
Octal 307 245 27 0 21 130 26 60 117 54
Binary 11000111 10100101 10111 0 10001 1011000 10110 110000 1001111 101100

Color Harmonies of #C7A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A517

Black with #C7A517

Text Example


Text Example

White with #C7A517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A517; }

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

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

background-color css

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

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

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

border-color css

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

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

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