#DBD5CD

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

Shades of Gallery #DBD5CD

Tints of Gallery #DBD5CD

Color information

#DBD5CD (or 0xDBD5CD) is unknown color: approx Gallery. HEX triplet: DB, D5 and CD. RGB value is (219,213,205). Sum of RGB (Red+Green+Blue) = 219+213+205=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5CD is #242A32. Grayscale: #D5D5D5. Windows color (decimal): -2370099 or 13489627. OLE color: 13489627.

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

Color convert

RGB219213205-
CMYK00.030.060.14
HSL34.29º16.28%83.14%-
HSV(B)34.29º6.39%85.88%-
XYZ64.0367.0667.33-
YUV213.88122.99131.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=34.38%
G=33.44%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921320500.030.060.1434.2916.2883.14
HexDBD5CD036E221053
Octal333325315036164220123
Binary1101101111010101110011010111101110100010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5CD; }

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

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

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

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

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

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

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

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