#CDA10E

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

Shades of Buddha Gold #CDA10E

Tints of Buddha Gold #CDA10E

Color information

#CDA10E (or 0xCDA10E) is unknown color: approx Buddha Gold. HEX triplet: CD, A1 and 0E. RGB value is (205,161,14). Sum of RGB (Red+Green+Blue) = 205+161+14=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA10E is #325EF1. Grayscale: #9E9E9E. Windows color (decimal): -3301106 or 958925. OLE color: 958925.

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

Color convert

RGB20516114-
CMYK00.210.930.20
HSL46.18º87.21%42.94%-
HSV(B)46.18º93.17%80.39%-
XYZ3838.55.84-
YUV157.447.08161.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.95%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 14 (5.86% from 255) = 3.68%
R=53.95%
G=42.37%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051611400.210.930.2046.1887.2142.94
HexCDA1E0155D142e572b
Octal31524116025135245612753
Binary110011011010000111100101011011101101001011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA10E; }

 p { color: rgb(205,161,14); }

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

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

 a { background-color: rgb(205,161,14); }

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

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

 span { border-color: rgb(205,161,14); }

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