Html Css Color HEX #C4A403 Buddha Gold

📋 copy color: '#C4A403'

red 196 ◦ green 164 ◦ blue 3

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

Shades of Buddha Gold #C4A403

Tints of Buddha Gold #C4A403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 53.99%
G = 45.18%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4A403 (or 0xC4A403) is known color: Buddha Gold. HEX triplet: C4, A4 and 03. RGB value is (196,164,3). Sum of RGB (Red+Green+Blue) = 196+164+3=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A403 is #3B5BFC. Grayscale: #9B9B9B. Windows color (decimal): -3890173 or 238788. OLE color: 238788.

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

Color convert

RGB 196 164 3 -
CMYK 0 0.16 0.98 0.23
HSL 50.05º 0.97% 0.39% -
HSV(B) 50.05º 0.98% 0.77% -
XYZ 36.06 38.29 5.58 -
YUV 155.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 196 164 3 0 0.16 0.98 0.23 50.05 0.97 0.39
Hex C4 A4 3 0 10 62 17 32 61 27
Octal 304 244 3 0 20 142 27 62 141 47
Binary 11000100 10100100 11 0 10000 1100010 10111 110010 1100001 100111

Color Harmonies of #C4A403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A403

Black with #C4A403

Text Example


Text Example

White with #C4A403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A403; }

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

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

background-color css

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

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

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

border-color css

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

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

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