Html Css Color HEX #C4A321 Buddha Gold

📋 copy color: '#C4A321'

red 196 ◦ green 163 ◦ blue 33

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

Shades of Buddha Gold #C4A321

Tints of Buddha Gold #C4A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

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

R = 50%
G = 41.58%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C4A321 (or 0xC4A321) is known color: Buddha Gold. HEX triplet: C4, A3 and 21. RGB value is (196,163,33). Sum of RGB (Red+Green+Blue) = 196+163+33=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A321 is #3B5CDE. Grayscale: #9E9E9E. Windows color (decimal): -3890399 or 2204612. OLE color: 2204612.

HSL color Cylindrical-coordinate representation of color #C4A321: hue angle of 47.85º 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 #C4A321 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 163 33 -
CMYK 0 0.17 0.83 0.23
HSL 47.85º 0.71% 0.45% -
HSV(B) 47.85º 0.83% 0.77% -
XYZ 36.14 38.04 6.88 -
YUV 158.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 196 163 33 0 0.17 0.83 0.23 47.85 0.71 0.45
Hex C4 A3 21 0 11 53 17 30 47 2D
Octal 304 243 41 0 21 123 27 60 107 55
Binary 11000100 10100011 100001 0 10001 1010011 10111 110000 1000111 101101

Color Harmonies of #C4A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A321

Black with #C4A321

Text Example


Text Example

White with #C4A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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