Html Css Color HEX #C79A0D Buddha Gold

📋 copy color: '#C79A0D'

red 199 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #C79A0D

Tints of Buddha Gold #C79A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.08%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 54.37%
G = 42.08%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C79A0D (or 0xC79A0D) is known color: Buddha Gold. HEX triplet: C7, 9A and 0D. RGB value is (199,154,13). Sum of RGB (Red+Green+Blue) = 199+154+13=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A0D is #3865F2. Grayscale: #979797. Windows color (decimal): -3696115 or 891591. OLE color: 891591.

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

Color convert

RGB 199 154 13 -
CMYK 0 0.23 0.93 0.22
HSL 45.48º 0.88% 0.42% -
HSV(B) 45.48º 0.93% 0.78% -
XYZ 35.18 35.28 5.34 -
YUV 151.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 199 154 13 0 0.23 0.93 0.22 45.48 0.88 0.42
Hex C7 9A D 0 17 5D 16 2D 58 2A
Octal 307 232 15 0 27 135 26 55 130 52
Binary 11000111 10011010 1101 0 10111 1011101 10110 101101 1011000 101010

Color Harmonies of #C79A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A0D

Black with #C79A0D

Text Example


Text Example

White with #C79A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A0D; }

 p { color: rgb(199,154,13); }

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

background-color css

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

 a { background-color: rgb(199,154,13); }

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

border-color css

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

 span { border-color: rgb(199,154,13); }

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