Html Css Color HEX #C49F00 Buddha Gold

📋 copy color: '#C49F00'

red 196 ◦ green 159 ◦ blue 0

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

Shades of Buddha Gold #C49F00

Tints of Buddha Gold #C49F00

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

 GREEN value IS 159 (62.5% from 255) = 44.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.21%
G = 44.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C49F00 (or 0xC49F00) is known color: Buddha Gold. HEX triplet: C4, 9F and 00. RGB value is (196,159,0). Sum of RGB (Red+Green+Blue) = 196+159+0=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F00 is #3B60FF. Grayscale: #989898. Windows color (decimal): -3891456 or 40900. OLE color: 40900.

HSL color Cylindrical-coordinate representation of color #C49F00: hue angle of 48.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C49F00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 159 0 -
CMYK 0 0.19 1 0.23
HSL 48.67º 1% 0.38% -
HSV(B) 48.67º 1% 0.77% -
XYZ 35.16 36.53 5.2 -
YUV 151.94 42.26 159.43 -
System Red Green Blue C M Y K H S L
Decimal 196 159 0 0 0.19 1 0.23 48.67 1 0.38
Hex C4 9F 0 0 13 64 17 31 64 26
Octal 304 237 0 0 23 144 27 61 144 46
Binary 11000100 10011111 0 0 10011 1100100 10111 110001 1100100 100110

Color Harmonies of #C49F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F00

Black with #C49F00

Text Example


Text Example

White with #C49F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F00; }

 p { color: rgb(196,159,0); }

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

background-color css

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

 a { background-color: rgb(196,159,0); }

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

border-color css

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

 span { border-color: rgb(196,159,0); }

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