Html Css Color HEX #C7A817 Buddha Gold

📋 copy color: '#C7A817'

red 199 ◦ green 168 ◦ blue 23

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

Shades of Buddha Gold #C7A817

Tints of Buddha Gold #C7A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 51.03%
G = 43.08%
B = 5.9%

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

#C7A817 (or 0xC7A817) is known color: Buddha Gold. HEX triplet: C7, A8 and 17. RGB value is (199,168,23). Sum of RGB (Red+Green+Blue) = 199+168+23=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A817 is #3857E8. Grayscale: #A1A1A1. Windows color (decimal): -3692521 or 1550535. OLE color: 1550535.

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

Color convert

RGB 199 168 23 -
CMYK 0 0.16 0.88 0.22
HSL 49.43º 0.79% 0.44% -
HSV(B) 49.43º 0.88% 0.78% -
XYZ 37.71 40.21 6.58 -
YUV 160.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 199 168 23 0 0.16 0.88 0.22 49.43 0.79 0.44
Hex C7 A8 17 0 10 58 16 31 4F 2C
Octal 307 250 27 0 20 130 26 61 117 54
Binary 11000111 10101000 10111 0 10000 1011000 10110 110001 1001111 101100

Color Harmonies of #C7A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A817

Black with #C7A817

Text Example


Text Example

White with #C7A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A817; }

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

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

background-color css

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

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

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

border-color css

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

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

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