Html Css Color HEX #C59F1B Buddha Gold

📋 copy color: '#C59F1B'

red 197 ◦ green 159 ◦ blue 27

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

Shades of Buddha Gold #C59F1B

Tints of Buddha Gold #C59F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 51.44%
G = 41.51%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C59F1B (or 0xC59F1B) is known color: Buddha Gold. HEX triplet: C5, 9F and 1B. RGB value is (197,159,27). Sum of RGB (Red+Green+Blue) = 197+159+27=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F1B is #3A60E4. Grayscale: #9B9B9B. Windows color (decimal): -3825893 or 1810373. OLE color: 1810373.

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

Color convert

RGB 197 159 27 -
CMYK 0 0.19 0.86 0.23
HSL 46.59º 0.76% 0.44% -
HSV(B) 46.59º 0.86% 0.77% -
XYZ 35.62 36.75 6.25 -
YUV 155.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 197 159 27 0 0.19 0.86 0.23 46.59 0.76 0.44
Hex C5 9F 1B 0 13 56 17 2F 4C 2C
Octal 305 237 33 0 23 126 27 57 114 54
Binary 11000101 10011111 11011 0 10011 1010110 10111 101111 1001100 101100

Color Harmonies of #C59F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59F1B

Black with #C59F1B

Text Example


Text Example

White with #C59F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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