Html Css Color HEX #C4A802 Buddha Gold

📋 copy color: '#C4A802'

red 196 ◦ green 168 ◦ blue 2

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

Shades of Buddha Gold #C4A802

Tints of Buddha Gold #C4A802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 53.55%
G = 45.9%
B = 0.55%

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

#C4A802 (or 0xC4A802) is known color: Buddha Gold. HEX triplet: C4, A8 and 02. RGB value is (196,168,2). Sum of RGB (Red+Green+Blue) = 196+168+2=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A802 is #3B57FD. Grayscale: #9E9E9E. Windows color (decimal): -3889150 or 174276. OLE color: 174276.

HSL color Cylindrical-coordinate representation of color #C4A802: hue angle of 51.34º degrees, saturation: 0.98, 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 #C4A802 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 2 -
CMYK 0 0.14 0.99 0.23
HSL 51.34º 0.98% 0.39% -
HSV(B) 51.34º 0.99% 0.77% -
XYZ 36.78 39.75 5.79 -
YUV 157.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 196 168 2 0 0.14 0.99 0.23 51.34 0.98 0.39
Hex C4 A8 2 0 E 63 17 33 62 27
Octal 304 250 2 0 16 143 27 63 142 47
Binary 11000100 10101000 10 0 1110 1100011 10111 110011 1100010 100111

Color Harmonies of #C4A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A802

Black with #C4A802

Text Example


Text Example

White with #C4A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A802; }

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

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

background-color css

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

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

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

border-color css

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

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

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