Html Css Color HEX #C4A520 Buddha Gold

📋 copy color: '#C4A520'

red 196 ◦ green 165 ◦ blue 32

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

Shades of Buddha Gold #C4A520

Tints of Buddha Gold #C4A520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 49.87%
G = 41.98%
B = 8.14%

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

#C4A520 (or 0xC4A520) is known color: Buddha Gold. HEX triplet: C4, A5 and 20. RGB value is (196,165,32). Sum of RGB (Red+Green+Blue) = 196+165+32=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A520 is #3B5ADF. Grayscale: #9F9F9F. Windows color (decimal): -3889888 or 2139588. OLE color: 2139588.

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

Color convert

RGB 196 165 32 -
CMYK 0 0.16 0.84 0.23
HSL 48.66º 0.72% 0.45% -
HSV(B) 48.66º 0.84% 0.77% -
XYZ 36.48 38.75 6.92 -
YUV 159.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 196 165 32 0 0.16 0.84 0.23 48.66 0.72 0.45
Hex C4 A5 20 0 10 54 17 31 48 2D
Octal 304 245 40 0 20 124 27 61 110 55
Binary 11000100 10100101 100000 0 10000 1010100 10111 110001 1001000 101101

Color Harmonies of #C4A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A520

Black with #C4A520

Text Example


Text Example

White with #C4A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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