Html Css Color HEX #C4A611 Buddha Gold

📋 copy color: '#C4A611'

red 196 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #C4A611

Tints of Buddha Gold #C4A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 51.72%
G = 43.8%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4A611 (or 0xC4A611) is known color: Buddha Gold. HEX triplet: C4, A6 and 11. RGB value is (196,166,17). Sum of RGB (Red+Green+Blue) = 196+166+17=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A611 is #3B59EE. Grayscale: #9E9E9E. Windows color (decimal): -3889647 or 1156804. OLE color: 1156804.

HSL color Cylindrical-coordinate representation of color #C4A611: hue angle of 49.94º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4A611 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 17 -
CMYK 0 0.15 0.91 0.23
HSL 49.94º 0.84% 0.42% -
HSV(B) 49.94º 0.91% 0.77% -
XYZ 36.5 39.05 6.14 -
YUV 157.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 196 166 17 0 0.15 0.91 0.23 49.94 0.84 0.42
Hex C4 A6 11 0 F 5B 17 32 54 2A
Octal 304 246 21 0 17 133 27 62 124 52
Binary 11000100 10100110 10001 0 1111 1011011 10111 110010 1010100 101010

Color Harmonies of #C4A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A611

Black with #C4A611

Text Example


Text Example

White with #C4A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A611; }

 p { color: rgb(196,166,17); }

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

background-color css

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

 a { background-color: rgb(196,166,17); }

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

border-color css

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

 span { border-color: rgb(196,166,17); }

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