#cdbd2f

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

Shades of Old Gold #CDBD2F

Tints of Old Gold #CDBD2F

Color information

#CDBD2F (or 0xCDBD2F) is unknown color: approx Old Gold. HEX triplet: CD, BD and 2F. RGB value is (205,189,47). Sum of RGB (Red+Green+Blue) = 205+189+47=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD2F is #3242D0. Grayscale: #B2B2B2. Windows color (decimal): -3293905 or 3128781. OLE color: 3128781.

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

Color convert

RGB20518947-
CMYK00.080.770.20
HSL53.92º62.7%49.41%-
HSV(B)53.92º77.07%80.39%-
XYZ43.8949.589.95-
YUV177.654.3147.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 10.66%
R=46.49%
G=42.86%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051894700.080.770.2053.9262.749.41
HexCDBD2F084D14363f31
Octal3152755701011524667761
Binary110011011011110110111101000100110110100110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdbd2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdbd2f; }

 p { color: rgb(205,189,47); }

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

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

 a { background-color: rgb(205,189,47); }

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

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

 span { border-color: rgb(205,189,47); }

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