#CDAB3D

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

Shades of Metallic Gold #CDAB3D

Tints of Metallic Gold #CDAB3D

Color information

#CDAB3D (or 0xCDAB3D) is unknown color: approx Metallic Gold. HEX triplet: CD, AB and 3D. RGB value is (205,171,61). Sum of RGB (Red+Green+Blue) = 205+171+61=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB3D is #3254C2. Grayscale: #A9A9A9. Windows color (decimal): -3298499 or 4041677. OLE color: 4041677.

HSL color Cylindrical-coordinate representation of color #CDAB3D: hue angle of 45.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDAB3D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20517161-
CMYK00.170.700.20
HSL45.83º59.02%52.16%-
HSV(B)45.83º70.24%80.39%-
XYZ40.5842.4410.47-
YUV168.6367.26153.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=46.91%
G=39.13%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051716100.170.700.2045.8359.0252.16
HexCDAB3D01146142e3b34
Octal3152537502110624567364
Binary1100110110101011111101010001100011010100101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB3D; }

 p { color: rgb(205,171,61); }

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

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

 a { background-color: rgb(205,171,61); }

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

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

 span { border-color: rgb(205,171,61); }

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