#DBCD65

Color #DBCD65 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #DBCD65

Tints of Golden Sand #DBCD65

Color information

#DBCD65 (or 0xDBCD65) is unknown color: approx Golden Sand. HEX triplet: DB, CD and 65. RGB value is (219,205,101). Sum of RGB (Red+Green+Blue) = 219+205+101=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD65 is #24329A. Grayscale: #C5C5C5. Windows color (decimal): -2372251 or 6671835. OLE color: 6671835.

HSL color Cylindrical-coordinate representation of color #DBCD65: hue angle of 52.88º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBCD65 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB219205101-
CMYK00.060.540.14
HSL52.88º62.11%62.75%-
HSV(B)52.88º53.88%85.88%-
XYZ53.3959.6621.01-
YUV197.3373.64143.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=41.71%
G=39.05%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920510100.060.540.1452.8862.1162.75
HexDBCD650636E353e3f
Octal333315145066616657677
Binary1101101111001101110010101101101101110110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD65; }

 p { color: rgb(219,205,101); }

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

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

 a { background-color: rgb(219,205,101); }

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

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

 span { border-color: rgb(219,205,101); }

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