#DBD5C1

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

Shades of Wheatfield #DBD5C1

Tints of Wheatfield #DBD5C1

Color information

#DBD5C1 (or 0xDBD5C1) is unknown color: approx Wheatfield. HEX triplet: DB, D5 and C1. RGB value is (219,213,193). Sum of RGB (Red+Green+Blue) = 219+213+193=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C1 is #242A3E. Grayscale: #D4D4D4. Windows color (decimal): -2370111 or 12703195. OLE color: 12703195.

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

Color convert

RGB219213193-
CMYK00.030.120.14
HSL46.15º26.53%80.78%-
HSV(B)46.15º11.87%85.88%-
XYZ62.6366.559.99-
YUV212.51116.99132.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 193 (75.78% from 255) = 30.88%
R=35.04%
G=34.08%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921319300.030.120.1446.1526.5380.78
HexDBD5C103CE2e1b51
Octal3333253010314165633121
Binary11011011110101011100000101111001110101110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5C1; }

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

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

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

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

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

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

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

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