Html Css Color HEX #C79609 Buddha Gold

📋 copy color: '#C79609'

red 199 ◦ green 150 ◦ blue 9

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

Shades of Buddha Gold #C79609

Tints of Buddha Gold #C79609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

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

R = 55.59%
G = 41.9%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C79609 (or 0xC79609) is known color: Buddha Gold. HEX triplet: C7, 96 and 09. RGB value is (199,150,9). Sum of RGB (Red+Green+Blue) = 199+150+9=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C79609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79609 is #3869F6. Grayscale: #959595. Windows color (decimal): -3697143 or 628423. OLE color: 628423.

HSL color Cylindrical-coordinate representation of color #C79609: hue angle of 44.53º 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 #C79609 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 9 -
CMYK 0 0.25 0.95 0.22
HSL 44.53º 0.91% 0.41% -
HSV(B) 44.53º 0.95% 0.78% -
XYZ 34.51 33.97 5 -
YUV 148.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 199 150 9 0 0.25 0.95 0.22 44.53 0.91 0.41
Hex C7 96 9 0 19 5F 16 2D 5B 29
Octal 307 226 11 0 31 137 26 55 133 51
Binary 11000111 10010110 1001 0 11001 1011111 10110 101101 1011011 101001

Color Harmonies of #C79609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79609

Black with #C79609

Text Example


Text Example

White with #C79609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79609; }

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

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

background-color css

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

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

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

border-color css

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

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

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