Html Css Color HEX #C4A41F Buddha Gold

📋 copy color: '#C4A41F'

red 196 ◦ green 164 ◦ blue 31

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

Shades of Buddha Gold #C4A41F

Tints of Buddha Gold #C4A41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 31 (12.5% from 255) = 7.93%

R = 50.13%
G = 41.94%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4A41F (or 0xC4A41F) is known color: Buddha Gold. HEX triplet: C4, A4 and 1F. RGB value is (196,164,31). Sum of RGB (Red+Green+Blue) = 196+164+31=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A41F is #3B5BE0. Grayscale: #9E9E9E. Windows color (decimal): -3890145 or 2073796. OLE color: 2073796.

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

Color convert

RGB 196 164 31 -
CMYK 0 0.16 0.84 0.23
HSL 48.36º 0.73% 0.45% -
HSV(B) 48.36º 0.84% 0.77% -
XYZ 36.29 38.39 6.79 -
YUV 158.41 56.1 154.81 -
System Red Green Blue C M Y K H S L
Decimal 196 164 31 0 0.16 0.84 0.23 48.36 0.73 0.45
Hex C4 A4 1F 0 10 54 17 30 49 2D
Octal 304 244 37 0 20 124 27 60 111 55
Binary 11000100 10100100 11111 0 10000 1010100 10111 110000 1001001 101101

Color Harmonies of #C4A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A41F

Black with #C4A41F

Text Example


Text Example

White with #C4A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A41F; }

 p { color: rgb(196,164,31); }

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

background-color css

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

 a { background-color: rgb(196,164,31); }

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

border-color css

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

 span { border-color: rgb(196,164,31); }

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