#C99E0E

Color #C99E0E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C99E0E

Tints of Buddha Gold #C99E0E

Color information

#C99E0E (or 0xC99E0E) is unknown color: approx Buddha Gold. HEX triplet: C9, 9E and 0E. RGB value is (201,158,14). Sum of RGB (Red+Green+Blue) = 201+158+14=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99E0E is #3661F1. Grayscale: #9B9B9B. Windows color (decimal): -3564018 or 958153. OLE color: 958153.

HSL color Cylindrical-coordinate representation of color #C99E0E: hue angle of 46.2º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C99E0E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20115814-
CMYK00.210.930.21
HSL46.2º86.98%42.16%-
HSV(B)46.2º93.03%78.82%-
XYZ36.3936.95.62-
YUV154.4448.75161.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 14 (5.86% from 255) = 3.75%
R=53.89%
G=42.36%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011581400.210.930.2146.286.9842.16
HexC99EE0155D152e572a
Octal31123616025135255612752
Binary110010011001111011100101011011101101011011101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E0E; }

 p { color: rgb(201,158,14); }

 H1.HeaderClassName
 {
   color: #C99E0E;
 }
 .AnyTagClassName
 {
   color: #C99E0E;
 }
</style>
background-color css

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

 a { background-color: rgb(201,158,14); }

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

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

 span { border-color: rgb(201,158,14); }

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