#DBCD62

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

Shades of Golden Sand #DBCD62

Tints of Golden Sand #DBCD62

Color information

#DBCD62 (or 0xDBCD62) is unknown color: approx Golden Sand. HEX triplet: DB, CD and 62. RGB value is (219,205,98). Sum of RGB (Red+Green+Blue) = 219+205+98=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD62 is #24329D. Grayscale: #C5C5C5. Windows color (decimal): -2372254 or 6475227. OLE color: 6475227.

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

Color convert

RGB21920598-
CMYK00.060.550.14
HSL53.06º62.69%62.16%-
HSV(B)53.06º55.25%85.88%-
XYZ53.2559.620.25-
YUV196.9972.14143.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 98 (38.67% from 255) = 18.77%
R=41.95%
G=39.27%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192059800.060.550.1453.0662.6962.16
HexDBCD620637E353f3e
Octal333315142066716657776
Binary1101101111001101110001001101101111110110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD62; }

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

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

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

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

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

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

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

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