#CDA835

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

Shades of Metallic Gold #CDA835

Tints of Metallic Gold #CDA835

Color information

#CDA835 (or 0xCDA835) is unknown color: approx Metallic Gold. HEX triplet: CD, A8 and 35. RGB value is (205,168,53). Sum of RGB (Red+Green+Blue) = 205+168+53=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA835 is #3257CA. Grayscale: #A6A6A6. Windows color (decimal): -3299275 or 3516621. OLE color: 3516621.

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

Color convert

RGB20516853-
CMYK00.180.740.20
HSL45.39º60.32%50.59%-
HSV(B)45.39º74.15%80.39%-
XYZ39.8241.249.23-
YUV165.9564.26155.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 53 (21.09% from 255) = 12.44%
R=48.12%
G=39.44%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051685300.180.740.2045.3960.3250.59
HexCDA8350124A142d3c33
Octal3152506502211224557463
Binary1100110110101000110101010010100101010100101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA835; }

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

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

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

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

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

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

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

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