Html Css Color HEX #C49D1E Buddha Gold

📋 copy color: '#C49D1E'

red 196 ◦ green 157 ◦ blue 30

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

Shades of Buddha Gold #C49D1E

Tints of Buddha Gold #C49D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 51.17%
G = 40.99%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C49D1E (or 0xC49D1E) is known color: Buddha Gold. HEX triplet: C4, 9D and 1E. RGB value is (196,157,30). Sum of RGB (Red+Green+Blue) = 196+157+30=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D1E is #3B62E1. Grayscale: #9A9A9A. Windows color (decimal): -3891938 or 2006468. OLE color: 2006468.

HSL color Cylindrical-coordinate representation of color #C49D1E: hue angle of 45.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C49D1E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 30 -
CMYK 0 0.20 0.85 0.23
HSL 45.9º 0.73% 0.44% -
HSV(B) 45.9º 0.85% 0.77% -
XYZ 35.06 35.94 6.32 -
YUV 154.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 196 157 30 0 0.20 0.85 0.23 45.9 0.73 0.44
Hex C4 9D 1E 0 14 55 17 2E 49 2C
Octal 304 235 36 0 24 125 27 56 111 54
Binary 11000100 10011101 11110 0 10100 1010101 10111 101110 1001001 101100

Color Harmonies of #C49D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D1E

Black with #C49D1E

Text Example


Text Example

White with #C49D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D1E; }

 p { color: rgb(196,157,30); }

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

background-color css

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

 a { background-color: rgb(196,157,30); }

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

border-color css

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

 span { border-color: rgb(196,157,30); }

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