#CDA00E

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

Shades of Buddha Gold #CDA00E

Tints of Buddha Gold #CDA00E

Color information

#CDA00E (or 0xCDA00E) is unknown color: approx Buddha Gold. HEX triplet: CD, A0 and 0E. RGB value is (205,160,14). Sum of RGB (Red+Green+Blue) = 205+160+14=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA00E is #325FF1. Grayscale: #9D9D9D. Windows color (decimal): -3301362 or 958669. OLE color: 958669.

HSL color Cylindrical-coordinate representation of color #CDA00E: hue angle of 45.86º 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 #CDA00E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20516014-
CMYK00.220.930.20
HSL45.86º87.21%42.94%-
HSV(B)45.86º93.17%80.39%-
XYZ37.8338.155.79-
YUV156.8147.41162.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 160 (62.89% from 255) = 42.22%
BLUE value IS 14 (5.86% from 255) = 3.69%
R=54.09%
G=42.22%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051601400.220.930.2045.8687.2142.94
HexCDA0E0165D142e572b
Octal31524016026135245612753
Binary110011011010000011100101101011101101001011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA00E; }

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

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

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

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

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

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

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

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