#CDB32B

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

Shades of Metallic Gold #CDB32B

Tints of Metallic Gold #CDB32B

Color information

#CDB32B (or 0xCDB32B) is unknown color: approx Metallic Gold. HEX triplet: CD, B3 and 2B. RGB value is (205,179,43). Sum of RGB (Red+Green+Blue) = 205+179+43=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB32B is #324CD4. Grayscale: #ABABAB. Windows color (decimal): -3296469 or 2864077. OLE color: 2864077.

HSL color Cylindrical-coordinate representation of color #CDB32B: hue angle of 50.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDB32B is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20517943-
CMYK00.130.790.20
HSL50.37º65.32%48.63%-
HSV(B)50.37º79.02%80.39%-
XYZ41.7345.398.85-
YUV171.2755.61152.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 43 (17.19% from 255) = 10.07%
R=48.01%
G=41.92%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051794300.130.790.2050.3765.3248.63
HexCDB32B0D4F14324131
Octal31526353015117246210161
Binary1100110110110011101011011011001111101001100101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB32B; }

 p { color: rgb(205,179,43); }

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

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

 a { background-color: rgb(205,179,43); }

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

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

 span { border-color: rgb(205,179,43); }

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