Html Css Color HEX #C49709 Buddha Gold

📋 copy color: '#C49709'

red 196 ◦ green 151 ◦ blue 9

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

Shades of Buddha Gold #C49709

Tints of Buddha Gold #C49709

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

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

R = 55.06%
G = 42.42%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C49709 (or 0xC49709) is known color: Buddha Gold. HEX triplet: C4, 97 and 09. RGB value is (196,151,9). Sum of RGB (Red+Green+Blue) = 196+151+9=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49709 is #3B68F6. Grayscale: #949494. Windows color (decimal): -3893495 or 628676. OLE color: 628676.

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

Color convert

RGB 196 151 9 -
CMYK 0 0.23 0.95 0.23
HSL 45.56º 0.91% 0.4% -
HSV(B) 45.56º 0.95% 0.77% -
XYZ 33.88 33.89 5.01 -
YUV 148.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 196 151 9 0 0.23 0.95 0.23 45.56 0.91 0.4
Hex C4 97 9 0 17 5F 17 2E 5B 28
Octal 304 227 11 0 27 137 27 56 133 50
Binary 11000100 10010111 1001 0 10111 1011111 10111 101110 1011011 101000

Color Harmonies of #C49709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49709

Black with #C49709

Text Example


Text Example

White with #C49709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49709; }

 p { color: rgb(196,151,9); }

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

background-color css

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

 a { background-color: rgb(196,151,9); }

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

border-color css

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

 span { border-color: rgb(196,151,9); }

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