Html Css Color HEX #C49D0F Buddha Gold

📋 copy color: '#C49D0F'

red 196 ◦ green 157 ◦ blue 15

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

Shades of Buddha Gold #C49D0F

Tints of Buddha Gold #C49D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.08%

R = 53.26%
G = 42.66%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49D0F (or 0xC49D0F) is known color: Buddha Gold. HEX triplet: C4, 9D and 0F. RGB value is (196,157,15). Sum of RGB (Red+Green+Blue) = 196+157+15=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D0F is #3B62F0. Grayscale: #999999. Windows color (decimal): -3891953 or 1023428. OLE color: 1023428.

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

Color convert

RGB 196 157 15 -
CMYK 0 0.20 0.92 0.23
HSL 47.07º 0.86% 0.41% -
HSV(B) 47.07º 0.92% 0.77% -
XYZ 34.91 35.88 5.54 -
YUV 152.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 196 157 15 0 0.20 0.92 0.23 47.07 0.86 0.41
Hex C4 9D F 0 14 5C 17 2F 56 29
Octal 304 235 17 0 24 134 27 57 126 51
Binary 11000100 10011101 1111 0 10100 1011100 10111 101111 1010110 101001

Color Harmonies of #C49D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D0F

Black with #C49D0F

Text Example


Text Example

White with #C49D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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