Html Css Color HEX #C79912 Buddha Gold

📋 copy color: '#C79912'

red 199 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #C79912

Tints of Buddha Gold #C79912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 53.78%
G = 41.35%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79912 (or 0xC79912) is known color: Buddha Gold. HEX triplet: C7, 99 and 12. RGB value is (199,153,18). Sum of RGB (Red+Green+Blue) = 199+153+18=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C79912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79912 is #3866ED. Grayscale: #979797. Windows color (decimal): -3696366 or 1219015. OLE color: 1219015.

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

Color convert

RGB 199 153 18 -
CMYK 0 0.23 0.91 0.22
HSL 44.75º 0.83% 0.43% -
HSV(B) 44.75º 0.91% 0.78% -
XYZ 35.05 34.97 5.47 -
YUV 151.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 199 153 18 0 0.23 0.91 0.22 44.75 0.83 0.43
Hex C7 99 12 0 17 5B 16 2D 53 2B
Octal 307 231 22 0 27 133 26 55 123 53
Binary 11000111 10011001 10010 0 10111 1011011 10110 101101 1010011 101011

Color Harmonies of #C79912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79912

Black with #C79912

Text Example


Text Example

White with #C79912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79912; }

 p { color: rgb(199,153,18); }

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

background-color css

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

 a { background-color: rgb(199,153,18); }

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

border-color css

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

 span { border-color: rgb(199,153,18); }

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