Html Css Color HEX #C4A121 Buddha Gold

📋 copy color: '#C4A121'

red 196 ◦ green 161 ◦ blue 33

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

Shades of Buddha Gold #C4A121

Tints of Buddha Gold #C4A121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

 BLUE value IS 33 (13.28% from 255) = 8.46%

R = 50.26%
G = 41.28%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C4A121 (or 0xC4A121) is known color: Buddha Gold. HEX triplet: C4, A1 and 21. RGB value is (196,161,33). Sum of RGB (Red+Green+Blue) = 196+161+33=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A121 is #3B5EDE. Grayscale: #9D9D9D. Windows color (decimal): -3890911 or 2204100. OLE color: 2204100.

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

Color convert

RGB 196 161 33 -
CMYK 0 0.18 0.83 0.23
HSL 47.12º 0.71% 0.45% -
HSV(B) 47.12º 0.83% 0.77% -
XYZ 35.78 37.34 6.76 -
YUV 156.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 196 161 33 0 0.18 0.83 0.23 47.12 0.71 0.45
Hex C4 A1 21 0 12 53 17 2F 47 2D
Octal 304 241 41 0 22 123 27 57 107 55
Binary 11000100 10100001 100001 0 10010 1010011 10111 101111 1000111 101101

Color Harmonies of #C4A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A121

Black with #C4A121

Text Example


Text Example

White with #C4A121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A121; }

 p { color: rgb(196,161,33); }

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

background-color css

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

 a { background-color: rgb(196,161,33); }

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

border-color css

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

 span { border-color: rgb(196,161,33); }

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