Html Css Color HEX #C4A31E Buddha Gold

📋 copy color: '#C4A31E'

red 196 ◦ green 163 ◦ blue 30

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

Shades of Buddha Gold #C4A31E

Tints of Buddha Gold #C4A31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.71%

R = 50.39%
G = 41.9%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4A31E (or 0xC4A31E) is known color: Buddha Gold. HEX triplet: C4, A3 and 1E. RGB value is (196,163,30). Sum of RGB (Red+Green+Blue) = 196+163+30=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A31E is #3B5CE1. Grayscale: #9E9E9E. Windows color (decimal): -3890402 or 2008004. OLE color: 2008004.

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

Color convert

RGB 196 163 30 -
CMYK 0 0.17 0.85 0.23
HSL 48.07º 0.73% 0.44% -
HSV(B) 48.07º 0.85% 0.77% -
XYZ 36.1 38.02 6.67 -
YUV 157.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 196 163 30 0 0.17 0.85 0.23 48.07 0.73 0.44
Hex C4 A3 1E 0 11 55 17 30 49 2C
Octal 304 243 36 0 21 125 27 60 111 54
Binary 11000100 10100011 11110 0 10001 1010101 10111 110000 1001001 101100

Color Harmonies of #C4A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A31E

Black with #C4A31E

Text Example


Text Example

White with #C4A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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