Html Css Color HEX #C79B0B Buddha Gold

📋 copy color: '#C79B0B'

red 199 ◦ green 155 ◦ blue 11

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

Shades of Buddha Gold #C79B0B

Tints of Buddha Gold #C79B0B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 54.52%
G = 42.47%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C79B0B (or 0xC79B0B) is known color: Buddha Gold. HEX triplet: C7, 9B and 0B. RGB value is (199,155,11). Sum of RGB (Red+Green+Blue) = 199+155+11=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79B0B is #3864F4. Grayscale: #989898. Windows color (decimal): -3695861 or 760775. OLE color: 760775.

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

Color convert

RGB 199 155 11 -
CMYK 0 0.22 0.94 0.22
HSL 45.96º 0.9% 0.41% -
HSV(B) 45.96º 0.94% 0.78% -
XYZ 35.33 35.61 5.33 -
YUV 151.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 199 155 11 0 0.22 0.94 0.22 45.96 0.9 0.41
Hex C7 9B B 0 16 5E 16 2E 5A 29
Octal 307 233 13 0 26 136 26 56 132 51
Binary 11000111 10011011 1011 0 10110 1011110 10110 101110 1011010 101001

Color Harmonies of #C79B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B0B

Black with #C79B0B

Text Example


Text Example

White with #C79B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B0B; }

 p { color: rgb(199,155,11); }

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

background-color css

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

 a { background-color: rgb(199,155,11); }

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

border-color css

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

 span { border-color: rgb(199,155,11); }

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