Html Css Color HEX #C7A809 Buddha Gold

📋 copy color: '#C7A809'

red 199 ◦ green 168 ◦ blue 9

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

Shades of Buddha Gold #C7A809

Tints of Buddha Gold #C7A809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 52.93%
G = 44.68%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7A809 (or 0xC7A809) is known color: Buddha Gold. HEX triplet: C7, A8 and 09. RGB value is (199,168,9). Sum of RGB (Red+Green+Blue) = 199+168+9=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A809 is #3857F6. Grayscale: #9F9F9F. Windows color (decimal): -3692535 or 633031. OLE color: 633031.

HSL color Cylindrical-coordinate representation of color #C7A809: hue angle of 50.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7A809 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 168 9 -
CMYK 0 0.16 0.95 0.22
HSL 50.21º 0.91% 0.41% -
HSV(B) 50.21º 0.95% 0.78% -
XYZ 37.61 40.17 6.03 -
YUV 159.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 199 168 9 0 0.16 0.95 0.22 50.21 0.91 0.41
Hex C7 A8 9 0 10 5F 16 32 5B 29
Octal 307 250 11 0 20 137 26 62 133 51
Binary 11000111 10101000 1001 0 10000 1011111 10110 110010 1011011 101001

Color Harmonies of #C7A809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A809

Black with #C7A809

Text Example


Text Example

White with #C7A809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A809; }

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

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

background-color css

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

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

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

border-color css

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

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

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