#C28F15

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

Shades of Buddha Gold #C28F15

Tints of Buddha Gold #C28F15

Color information

#C28F15 (or 0xC28F15) is unknown color: approx Buddha Gold. HEX triplet: C2, 8F and 15. RGB value is (194,143,21). Sum of RGB (Red+Green+Blue) = 194+143+21=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F15 is #3D70EA. Grayscale: #909090. Windows color (decimal): -4026603 or 1413058. OLE color: 1413058.

HSL color Cylindrical-coordinate representation of color #C28F15: hue angle of 42.31º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C28F15 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19414321-
CMYK00.260.890.24
HSL42.31º80.47%42.16%-
HSV(B)42.31º89.18%76.08%-
XYZ32.2131.175.03-
YUV144.3458.4163.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 21 (8.59% from 255) = 5.87%
R=54.19%
G=39.94%
B=5.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941432100.260.890.2442.3180.4742.16
HexC28F1501A59182a502a
Octal30221725032131305212052
Binary1100001010001111101010110101011001110001010101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F15; }

 p { color: rgb(194,143,21); }

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

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

 a { background-color: rgb(194,143,21); }

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

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

 span { border-color: rgb(194,143,21); }

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