Html Css Color HEX #C59808 Buddha Gold

📋 copy color: '#C59808'

red 197 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #C59808

Tints of Buddha Gold #C59808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 8 (3.52% from 255) = 2.24%

R = 55.18%
G = 42.58%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C59808 (or 0xC59808) is known color: Buddha Gold. HEX triplet: C5, 98 and 08. RGB value is (197,152,8). Sum of RGB (Red+Green+Blue) = 197+152+8=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C59808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59808 is #3A67F7. Grayscale: #959595. Windows color (decimal): -3827704 or 563397. OLE color: 563397.

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

Color convert

RGB 197 152 8 -
CMYK 0 0.23 0.96 0.23
HSL 45.71º 0.92% 0.4% -
HSV(B) 45.71º 0.96% 0.77% -
XYZ 34.3 34.34 5.05 -
YUV 149.04 48.41 162.21 -
System Red Green Blue C M Y K H S L
Decimal 197 152 8 0 0.23 0.96 0.23 45.71 0.92 0.4
Hex C5 98 8 0 17 60 17 2E 5C 28
Octal 305 230 10 0 27 140 27 56 134 50
Binary 11000101 10011000 1000 0 10111 1100000 10111 101110 1011100 101000

Color Harmonies of #C59808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59808

Black with #C59808

Text Example


Text Example

White with #C59808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59808; }

 p { color: rgb(197,152,8); }

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

background-color css

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

 a { background-color: rgb(197,152,8); }

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

border-color css

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

 span { border-color: rgb(197,152,8); }

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