#CDB93C

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

Shades of Old Gold #CDB93C

Tints of Old Gold #CDB93C

Color information

#CDB93C (or 0xCDB93C) is unknown color: approx Old Gold. HEX triplet: CD, B9 and 3C. RGB value is (205,185,60). Sum of RGB (Red+Green+Blue) = 205+185+60=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB93C is #3246C3. Grayscale: #B1B1B1. Windows color (decimal): -3294916 or 3979725. OLE color: 3979725.

HSL color Cylindrical-coordinate representation of color #CDB93C: hue angle of 51.72º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDB93C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20518560-
CMYK00.100.710.20
HSL51.72º59.18%51.96%-
HSV(B)51.72º70.73%80.39%-
XYZ43.344811.26-
YUV176.7362.13148.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 60 (23.83% from 255) = 13.33%
R=45.56%
G=41.11%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051856000.100.710.2051.7259.1851.96
HexCDB93C0A4714343b34
Octal3152717401210724647364
Binary110011011011100111110001010100011110100110100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB93C; }

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

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

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

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

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

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

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

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