Html Css Color HEX #C59F01 Buddha Gold

📋 copy color: '#C59F01'

red 197 ◦ green 159 ◦ blue 1

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

Shades of Buddha Gold #C59F01

Tints of Buddha Gold #C59F01

RGB

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

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

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

R = 55.18%
G = 44.54%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C59F01 (or 0xC59F01) is known color: Buddha Gold. HEX triplet: C5, 9F and 01. RGB value is (197,159,1). Sum of RGB (Red+Green+Blue) = 197+159+1=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59F01 is #3A60FE. Grayscale: #999999. Windows color (decimal): -3825919 or 106437. OLE color: 106437.

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

Color convert

RGB 197 159 1 -
CMYK 0 0.19 0.99 0.23
HSL 48.37º 0.99% 0.39% -
HSV(B) 48.37º 0.99% 0.77% -
XYZ 35.43 36.67 5.24 -
YUV 152.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 197 159 1 0 0.19 0.99 0.23 48.37 0.99 0.39
Hex C5 9F 1 0 13 63 17 30 63 27
Octal 305 237 1 0 23 143 27 60 143 47
Binary 11000101 10011111 1 0 10011 1100011 10111 110000 1100011 100111

Color Harmonies of #C59F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59F01

Black with #C59F01

Text Example


Text Example

White with #C59F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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