Html Css Color HEX #C4A324 Buddha Gold

📋 copy color: '#C4A324'

red 196 ◦ green 163 ◦ blue 36

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

Shades of Buddha Gold #C4A324

Tints of Buddha Gold #C4A324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.11%

R = 49.62%
G = 41.27%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C4A324 (or 0xC4A324) is known color: Buddha Gold. HEX triplet: C4, A3 and 24. RGB value is (196,163,36). Sum of RGB (Red+Green+Blue) = 196+163+36=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A324 is #3B5CDB. Grayscale: #9E9E9E. Windows color (decimal): -3890396 or 2401220. OLE color: 2401220.

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

Color convert

RGB 196 163 36 -
CMYK 0 0.17 0.82 0.23
HSL 47.63º 0.69% 0.45% -
HSV(B) 47.63º 0.82% 0.77% -
XYZ 36.18 38.06 7.11 -
YUV 158.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 196 163 36 0 0.17 0.82 0.23 47.63 0.69 0.45
Hex C4 A3 24 0 11 52 17 30 45 2D
Octal 304 243 44 0 21 122 27 60 105 55
Binary 11000100 10100011 100100 0 10001 1010010 10111 110000 1000101 101101

Color Harmonies of #C4A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A324

Black with #C4A324

Text Example


Text Example

White with #C4A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A324; }

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

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

background-color css

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

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

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

border-color css

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

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

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