Html Css Color HEX #C59A1B Buddha Gold

📋 copy color: '#C59A1B'

red 197 ◦ green 154 ◦ blue 27

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

Shades of Buddha Gold #C59A1B

Tints of Buddha Gold #C59A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

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

R = 52.12%
G = 40.74%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C59A1B (or 0xC59A1B) is known color: Buddha Gold. HEX triplet: C5, 9A and 1B. RGB value is (197,154,27). Sum of RGB (Red+Green+Blue) = 197+154+27=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A1B is #3A65E4. Grayscale: #989898. Windows color (decimal): -3827173 or 1809093. OLE color: 1809093.

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

Color convert

RGB 197 154 27 -
CMYK 0 0.22 0.86 0.23
HSL 44.82º 0.76% 0.44% -
HSV(B) 44.82º 0.86% 0.77% -
XYZ 34.78 35.06 5.97 -
YUV 152.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 197 154 27 0 0.22 0.86 0.23 44.82 0.76 0.44
Hex C5 9A 1B 0 16 56 17 2D 4C 2C
Octal 305 232 33 0 26 126 27 55 114 54
Binary 11000101 10011010 11011 0 10110 1010110 10111 101101 1001100 101100

Color Harmonies of #C59A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59A1B

Black with #C59A1B

Text Example


Text Example

White with #C59A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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