#cda831

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

Shades of Metallic Gold #CDA831

Tints of Metallic Gold #CDA831

Color information

#CDA831 (or 0xCDA831) is unknown color: approx Metallic Gold. HEX triplet: CD, A8 and 31. RGB value is (205,168,49). Sum of RGB (Red+Green+Blue) = 205+168+49=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA831 is #3257CE. Grayscale: #A6A6A6. Windows color (decimal): -3299279 or 3254477. OLE color: 3254477.

HSL color Cylindrical-coordinate representation of color #CDA831: hue angle of 45.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDA831 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20516849-
CMYK00.180.760.20
HSL45.77º61.42%49.8%-
HSV(B)45.77º76.1%80.39%-
XYZ39.7341.218.77-
YUV165.562.26156.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 49 (19.53% from 255) = 11.61%
R=48.58%
G=39.81%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051684900.180.760.2045.7761.4249.8
HexCDA8310124C142e3d32
Octal3152506102211424567562
Binary1100110110101000110001010010100110010100101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cda831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cda831; }

 p { color: rgb(205,168,49); }

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

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

 a { background-color: rgb(205,168,49); }

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

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

 span { border-color: rgb(205,168,49); }

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