Html Css Color HEX #C4A30F Buddha Gold

📋 copy color: '#C4A30F'

red 196 ◦ green 163 ◦ blue 15

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

Shades of Buddha Gold #C4A30F

Tints of Buddha Gold #C4A30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 52.41%
G = 43.58%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4A30F (or 0xC4A30F) is known color: Buddha Gold. HEX triplet: C4, A3 and 0F. RGB value is (196,163,15). Sum of RGB (Red+Green+Blue) = 196+163+15=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A30F is #3B5CF0. Grayscale: #9C9C9C. Windows color (decimal): -3890417 or 1024964. OLE color: 1024964.

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

Color convert

RGB 196 163 15 -
CMYK 0 0.17 0.92 0.23
HSL 49.06º 0.86% 0.41% -
HSV(B) 49.06º 0.92% 0.77% -
XYZ 35.95 37.96 5.89 -
YUV 156 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 196 163 15 0 0.17 0.92 0.23 49.06 0.86 0.41
Hex C4 A3 F 0 11 5C 17 31 56 29
Octal 304 243 17 0 21 134 27 61 126 51
Binary 11000100 10100011 1111 0 10001 1011100 10111 110001 1010110 101001

Color Harmonies of #C4A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A30F

Black with #C4A30F

Text Example


Text Example

White with #C4A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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