#cd9815

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

Shades of Buddha Gold #CD9815

Tints of Buddha Gold #CD9815

Color information

#CD9815 (or 0xCD9815) is unknown color: approx Buddha Gold. HEX triplet: CD, 98 and 15. RGB value is (205,152,21). Sum of RGB (Red+Green+Blue) = 205+152+21=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9815 is #3267EA. Grayscale: #999999. Windows color (decimal): -3303403 or 1415373. OLE color: 1415373.

HSL color Cylindrical-coordinate representation of color #CD9815: hue angle of 42.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD9815 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB20515221-
CMYK00.260.900.20
HSL42.72º81.42%44.31%-
HSV(B)42.72º89.76%80.39%-
XYZ36.5435.495.63-
YUV152.9153.56165.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 21 (8.59% from 255) = 5.56%
R=54.23%
G=40.21%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051522100.260.900.2042.7281.4244.31
HexCD981501A5A142b512c
Octal31523025032132245312154
Binary1100110110011000101010110101011010101001010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9815; }

 p { color: rgb(205,152,21); }

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

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

 a { background-color: rgb(205,152,21); }

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

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

 span { border-color: rgb(205,152,21); }

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