#CDAB35

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

Shades of Metallic Gold #CDAB35

Tints of Metallic Gold #CDAB35

Color information

#CDAB35 (or 0xCDAB35) is unknown color: approx Metallic Gold. HEX triplet: CD, AB and 35. RGB value is (205,171,53). Sum of RGB (Red+Green+Blue) = 205+171+53=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB35 is #3254CA. Grayscale: #A8A8A8. Windows color (decimal): -3298507 or 3517389. OLE color: 3517389.

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

Color convert

RGB20517153-
CMYK00.170.740.20
HSL46.58º60.32%50.59%-
HSV(B)46.58º74.15%80.39%-
XYZ40.3842.369.42-
YUV167.7163.26154.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=47.79%
G=39.86%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051715300.170.740.2046.5860.3250.59
HexCDAB350114A142f3c33
Octal3152536502111224577463
Binary1100110110101011110101010001100101010100101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB35; }

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

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

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

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

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

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

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

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