#CDBD35

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

Shades of Old Gold #CDBD35

Tints of Old Gold #CDBD35

Color information

#CDBD35 (or 0xCDBD35) is unknown color: approx Old Gold. HEX triplet: CD, BD and 35. RGB value is (205,189,53). Sum of RGB (Red+Green+Blue) = 205+189+53=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD35 is #3242CA. Grayscale: #B2B2B2. Windows color (decimal): -3293899 or 3521997. OLE color: 3521997.

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

Color convert

RGB20518953-
CMYK00.080.740.20
HSL53.68º60.32%50.59%-
HSV(B)53.68º74.15%80.39%-
XYZ44.0249.6310.63-
YUV178.2857.3147.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 53 (21.09% from 255) = 11.86%
R=45.86%
G=42.28%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051895300.080.740.2053.6860.3250.59
HexCDBD35084A14363c33
Octal3152756501011224667463
Binary110011011011110111010101000100101010100110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD35; }

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

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

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

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

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

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

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

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