#CDB933

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

Shades of Old Gold #CDB933

Tints of Old Gold #CDB933

Color information

#CDB933 (or 0xCDB933) is unknown color: approx Old Gold. HEX triplet: CD, B9 and 33. RGB value is (205,185,51). Sum of RGB (Red+Green+Blue) = 205+185+51=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB933 is #3246CC. Grayscale: #B0B0B0. Windows color (decimal): -3294925 or 3389901. OLE color: 3389901.

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

Color convert

RGB20518551-
CMYK00.100.750.20
HSL52.21º60.63%50.2%-
HSV(B)52.21º75.12%80.39%-
XYZ43.1247.9210.11-
YUV175.757.63148.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=46.49%
G=41.95%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051855100.100.750.2052.2160.6350.2
HexCDB9330A4B14343d32
Octal3152716301211324647562
Binary110011011011100111001101010100101110100110100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB933; }

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

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

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

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

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

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

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

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