Html Css Color HEX #C49D0D Buddha Gold

📋 copy color: '#C49D0D'

red 196 ◦ green 157 ◦ blue 13

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

Shades of Buddha Gold #C49D0D

Tints of Buddha Gold #C49D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 53.55%
G = 42.9%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C49D0D (or 0xC49D0D) is known color: Buddha Gold. HEX triplet: C4, 9D and 0D. RGB value is (196,157,13). Sum of RGB (Red+Green+Blue) = 196+157+13=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D0D is #3B62F2. Grayscale: #989898. Windows color (decimal): -3891955 or 892356. OLE color: 892356.

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

Color convert

RGB 196 157 13 -
CMYK 0 0.20 0.93 0.23
HSL 47.21º 0.88% 0.41% -
HSV(B) 47.21º 0.93% 0.77% -
XYZ 34.89 35.88 5.47 -
YUV 152.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 196 157 13 0 0.20 0.93 0.23 47.21 0.88 0.41
Hex C4 9D D 0 14 5D 17 2F 58 29
Octal 304 235 15 0 24 135 27 57 130 51
Binary 11000100 10011101 1101 0 10100 1011101 10111 101111 1011000 101001

Color Harmonies of #C49D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D0D

Black with #C49D0D

Text Example


Text Example

White with #C49D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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