Html Css Color HEX #C59E09 Buddha Gold

📋 copy color: '#C59E09'

red 197 ◦ green 158 ◦ blue 9

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

Shades of Buddha Gold #C59E09

Tints of Buddha Gold #C59E09

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 54.12%
G = 43.41%
B = 2.47%

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

#C59E09 (or 0xC59E09) is known color: Buddha Gold. HEX triplet: C5, 9E and 09. RGB value is (197,158,9). Sum of RGB (Red+Green+Blue) = 197+158+9=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E09 is #3A61F6. Grayscale: #999999. Windows color (decimal): -3826167 or 630469. OLE color: 630469.

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

Color convert

RGB 197 158 9 -
CMYK 0 0.20 0.95 0.23
HSL 47.55º 0.91% 0.4% -
HSV(B) 47.55º 0.95% 0.77% -
XYZ 35.3 36.34 5.41 -
YUV 152.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 197 158 9 0 0.20 0.95 0.23 47.55 0.91 0.4
Hex C5 9E 9 0 14 5F 17 30 5B 28
Octal 305 236 11 0 24 137 27 60 133 50
Binary 11000101 10011110 1001 0 10100 1011111 10111 110000 1011011 101000

Color Harmonies of #C59E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59E09

Black with #C59E09

Text Example


Text Example

White with #C59E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59E09; }

 p { color: rgb(197,158,9); }

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

background-color css

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

 a { background-color: rgb(197,158,9); }

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

border-color css

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

 span { border-color: rgb(197,158,9); }

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