Html Css Color HEX #C59F0A Buddha Gold

📋 copy color: '#C59F0A'

red 197 ◦ green 159 ◦ blue 10

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

Shades of Buddha Gold #C59F0A

Tints of Buddha Gold #C59F0A

RGB

 RED value IS 197 (77.34% from 255) = 53.83%

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 53.83%
G = 43.44%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C59F0A (or 0xC59F0A) is known color: Buddha Gold. HEX triplet: C5, 9F and 0A. RGB value is (197,159,10). Sum of RGB (Red+Green+Blue) = 197+159+10=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59F0A is #3A60F5. Grayscale: #9A9A9A. Windows color (decimal): -3825910 or 696261. OLE color: 696261.

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

Color convert

RGB 197 159 10 -
CMYK 0 0.19 0.95 0.23
HSL 47.81º 0.9% 0.41% -
HSV(B) 47.81º 0.95% 0.77% -
XYZ 35.48 36.69 5.5 -
YUV 153.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 197 159 10 0 0.19 0.95 0.23 47.81 0.9 0.41
Hex C5 9F A 0 13 5F 17 30 5A 29
Octal 305 237 12 0 23 137 27 60 132 51
Binary 11000101 10011111 1010 0 10011 1011111 10111 110000 1011010 101001

Color Harmonies of #C59F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59F0A

Black with #C59F0A

Text Example


Text Example

White with #C59F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59F0A; }

 p { color: rgb(197,159,10); }

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

background-color css

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

 a { background-color: rgb(197,159,10); }

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

border-color css

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

 span { border-color: rgb(197,159,10); }

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