Html Css Color HEX #C4A41B Buddha Gold

📋 copy color: '#C4A41B'

red 196 ◦ green 164 ◦ blue 27

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

Shades of Buddha Gold #C4A41B

Tints of Buddha Gold #C4A41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 50.65%
G = 42.38%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4A41B (or 0xC4A41B) is known color: Buddha Gold. HEX triplet: C4, A4 and 1B. RGB value is (196,164,27). Sum of RGB (Red+Green+Blue) = 196+164+27=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A41B is #3B5BE4. Grayscale: #9E9E9E. Windows color (decimal): -3890149 or 1811652. OLE color: 1811652.

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

Color convert

RGB 196 164 27 -
CMYK 0 0.16 0.86 0.23
HSL 48.64º 0.76% 0.44% -
HSV(B) 48.64º 0.86% 0.77% -
XYZ 36.24 38.37 6.53 -
YUV 157.95 54.1 155.14 -
System Red Green Blue C M Y K H S L
Decimal 196 164 27 0 0.16 0.86 0.23 48.64 0.76 0.44
Hex C4 A4 1B 0 10 56 17 31 4C 2C
Octal 304 244 33 0 20 126 27 61 114 54
Binary 11000100 10100100 11011 0 10000 1010110 10111 110001 1001100 101100

Color Harmonies of #C4A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A41B

Black with #C4A41B

Text Example


Text Example

White with #C4A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A41B; }

 p { color: rgb(196,164,27); }

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

background-color css

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

 a { background-color: rgb(196,164,27); }

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

border-color css

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

 span { border-color: rgb(196,164,27); }

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