Html Css Color HEX #C59D0A Buddha Gold

📋 copy color: '#C59D0A'

red 197 ◦ green 157 ◦ blue 10

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

Shades of Buddha Gold #C59D0A

Tints of Buddha Gold #C59D0A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

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

R = 54.12%
G = 43.13%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C59D0A (or 0xC59D0A) is known color: Buddha Gold. HEX triplet: C5, 9D and 0A. RGB value is (197,157,10). Sum of RGB (Red+Green+Blue) = 197+157+10=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D0A is #3A62F5. Grayscale: #989898. Windows color (decimal): -3826422 or 695749. OLE color: 695749.

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

Color convert

RGB 197 157 10 -
CMYK 0 0.20 0.95 0.23
HSL 47.17º 0.9% 0.41% -
HSV(B) 47.17º 0.95% 0.77% -
XYZ 35.14 36.01 5.39 -
YUV 152.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 197 157 10 0 0.20 0.95 0.23 47.17 0.9 0.41
Hex C5 9D A 0 14 5F 17 2F 5A 29
Octal 305 235 12 0 24 137 27 57 132 51
Binary 11000101 10011101 1010 0 10100 1011111 10111 101111 1011010 101001

Color Harmonies of #C59D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59D0A

Black with #C59D0A

Text Example


Text Example

White with #C59D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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