Html Css Color HEX #C4A50E Buddha Gold

📋 copy color: '#C4A50E'

red 196 ◦ green 165 ◦ blue 14

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

Shades of Buddha Gold #C4A50E

Tints of Buddha Gold #C4A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 52.27%
G = 44%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4A50E (or 0xC4A50E) is known color: Buddha Gold. HEX triplet: C4, A5 and 0E. RGB value is (196,165,14). Sum of RGB (Red+Green+Blue) = 196+165+14=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A50E is #3B5AF1. Grayscale: #9D9D9D. Windows color (decimal): -3889906 or 959940. OLE color: 959940.

HSL color Cylindrical-coordinate representation of color #C4A50E: hue angle of 49.78º degrees, saturation: 0.87, 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 #C4A50E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 165 14 -
CMYK 0 0.16 0.93 0.23
HSL 49.78º 0.87% 0.41% -
HSV(B) 49.78º 0.93% 0.77% -
XYZ 36.3 38.68 5.97 -
YUV 157.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 196 165 14 0 0.16 0.93 0.23 49.78 0.87 0.41
Hex C4 A5 E 0 10 5D 17 32 57 29
Octal 304 245 16 0 20 135 27 62 127 51
Binary 11000100 10100101 1110 0 10000 1011101 10111 110010 1010111 101001

Color Harmonies of #C4A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A50E

Black with #C4A50E

Text Example


Text Example

White with #C4A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A50E; }

 p { color: rgb(196,165,14); }

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

background-color css

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

 a { background-color: rgb(196,165,14); }

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

border-color css

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

 span { border-color: rgb(196,165,14); }

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