Html Css Color HEX #C4A20E Buddha Gold

📋 copy color: '#C4A20E'

red 196 ◦ green 162 ◦ blue 14

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

Shades of Buddha Gold #C4A20E

Tints of Buddha Gold #C4A20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.55%

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 52.69%
G = 43.55%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4A20E (or 0xC4A20E) is known color: Buddha Gold. HEX triplet: C4, A2 and 0E. RGB value is (196,162,14). Sum of RGB (Red+Green+Blue) = 196+162+14=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A20E is #3B5DF1. Grayscale: #9B9B9B. Windows color (decimal): -3890674 or 959172. OLE color: 959172.

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

Color convert

RGB 196 162 14 -
CMYK 0 0.17 0.93 0.23
HSL 48.79º 0.87% 0.41% -
HSV(B) 48.79º 0.93% 0.77% -
XYZ 35.76 37.61 5.79 -
YUV 155.29 48.26 157.03 -
System Red Green Blue C M Y K H S L
Decimal 196 162 14 0 0.17 0.93 0.23 48.79 0.87 0.41
Hex C4 A2 E 0 11 5D 17 31 57 29
Octal 304 242 16 0 21 135 27 61 127 51
Binary 11000100 10100010 1110 0 10001 1011101 10111 110001 1010111 101001

Color Harmonies of #C4A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A20E

Black with #C4A20E

Text Example


Text Example

White with #C4A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A20E; }

 p { color: rgb(196,162,14); }

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

background-color css

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

 a { background-color: rgb(196,162,14); }

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

border-color css

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

 span { border-color: rgb(196,162,14); }

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