Html Css Color HEX #C4A801 Buddha Gold

📋 copy color: '#C4A801'

red 196 ◦ green 168 ◦ blue 1

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

Shades of Buddha Gold #C4A801

Tints of Buddha Gold #C4A801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.03%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 53.7%
G = 46.03%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4A801 (or 0xC4A801) is known color: Buddha Gold. HEX triplet: C4, A8 and 01. RGB value is (196,168,1). Sum of RGB (Red+Green+Blue) = 196+168+1=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A801 is #3B57FE. Grayscale: #9E9E9E. Windows color (decimal): -3889151 or 108740. OLE color: 108740.

HSL color Cylindrical-coordinate representation of color #C4A801: hue angle of 51.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4A801 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 1 -
CMYK 0 0.14 0.99 0.23
HSL 51.38º 0.99% 0.39% -
HSV(B) 51.38º 0.99% 0.77% -
XYZ 36.77 39.74 5.76 -
YUV 157.33 39.78 155.58 -
System Red Green Blue C M Y K H S L
Decimal 196 168 1 0 0.14 0.99 0.23 51.38 0.99 0.39
Hex C4 A8 1 0 E 63 17 33 63 27
Octal 304 250 1 0 16 143 27 63 143 47
Binary 11000100 10101000 1 0 1110 1100011 10111 110011 1100011 100111

Color Harmonies of #C4A801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A801

Black with #C4A801

Text Example


Text Example

White with #C4A801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A801; }

 p { color: rgb(196,168,1); }

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

background-color css

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

 a { background-color: rgb(196,168,1); }

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

border-color css

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

 span { border-color: rgb(196,168,1); }

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