Html Css Color HEX #C7A814 Buddha Gold

📋 copy color: '#C7A814'

red 199 ◦ green 168 ◦ blue 20

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

Shades of Buddha Gold #C7A814

Tints of Buddha Gold #C7A814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 51.42%
G = 43.41%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C7A814 (or 0xC7A814) is known color: Buddha Gold. HEX triplet: C7, A8 and 14. RGB value is (199,168,20). Sum of RGB (Red+Green+Blue) = 199+168+20=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A814 is #3857EB. Grayscale: #A1A1A1. Windows color (decimal): -3692524 or 1353927. OLE color: 1353927.

HSL color Cylindrical-coordinate representation of color #C7A814: hue angle of 49.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7A814 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 168 20 -
CMYK 0 0.16 0.90 0.22
HSL 49.61º 0.82% 0.43% -
HSV(B) 49.61º 0.9% 0.78% -
XYZ 37.68 40.2 6.43 -
YUV 160.4 48.77 155.53 -
System Red Green Blue C M Y K H S L
Decimal 199 168 20 0 0.16 0.90 0.22 49.61 0.82 0.43
Hex C7 A8 14 0 10 5A 16 32 52 2B
Octal 307 250 24 0 20 132 26 62 122 53
Binary 11000111 10101000 10100 0 10000 1011010 10110 110010 1010010 101011

Color Harmonies of #C7A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A814

Black with #C7A814

Text Example


Text Example

White with #C7A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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