#CDA633

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

Shades of Metallic Gold #CDA633

Tints of Metallic Gold #CDA633

Color information

#CDA633 (or 0xCDA633) is unknown color: approx Metallic Gold. HEX triplet: CD, A6 and 33. RGB value is (205,166,51). Sum of RGB (Red+Green+Blue) = 205+166+51=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA633 is #3259CC. Grayscale: #A5A5A5. Windows color (decimal): -3299789 or 3385037. OLE color: 3385037.

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

Color convert

RGB20516651-
CMYK00.190.750.20
HSL44.81º60.63%50.2%-
HSV(B)44.81º75.12%80.39%-
XYZ39.4140.498.87-
YUV164.5563.92156.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 51 (20.31% from 255) = 12.09%
R=48.58%
G=39.34%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051665100.190.750.2044.8160.6350.2
HexCDA6330134B142d3d32
Octal3152466302311324557562
Binary1100110110100110110011010011100101110100101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA633; }

 p { color: rgb(205,166,51); }

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

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

 a { background-color: rgb(205,166,51); }

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

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

 span { border-color: rgb(205,166,51); }

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