Html Css Color HEX #C4A711 Buddha Gold

📋 copy color: '#C4A711'

red 196 ◦ green 167 ◦ blue 17

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

Shades of Buddha Gold #C4A711

Tints of Buddha Gold #C4A711

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.95%

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

R = 51.58%
G = 43.95%
B = 4.47%

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

#C4A711 (or 0xC4A711) is known color: Buddha Gold. HEX triplet: C4, A7 and 11. RGB value is (196,167,17). Sum of RGB (Red+Green+Blue) = 196+167+17=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A711 is #3B58EE. Grayscale: #9F9F9F. Windows color (decimal): -3889391 or 1157060. OLE color: 1157060.

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

Color convert

RGB 196 167 17 -
CMYK 0 0.15 0.91 0.23
HSL 50.28º 0.84% 0.42% -
HSV(B) 50.28º 0.91% 0.77% -
XYZ 36.68 39.41 6.2 -
YUV 158.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 196 167 17 0 0.15 0.91 0.23 50.28 0.84 0.42
Hex C4 A7 11 0 F 5B 17 32 54 2A
Octal 304 247 21 0 17 133 27 62 124 52
Binary 11000100 10100111 10001 0 1111 1011011 10111 110010 1010100 101010

Color Harmonies of #C4A711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A711

Black with #C4A711

Text Example


Text Example

White with #C4A711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A711; }

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

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

background-color css

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

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

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

border-color css

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

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

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