#DFD8BA

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

Shades of Coconut Cream #DFD8BA

Tints of Coconut Cream #DFD8BA

Color information

#DFD8BA (or 0xDFD8BA) is unknown color: approx Coconut Cream. HEX triplet: DF, D8 and BA. RGB value is (223,216,186). Sum of RGB (Red+Green+Blue) = 223+216+186=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8BA is #202745. Grayscale: #D6D6D6. Windows color (decimal): -2107206 or 12245215. OLE color: 12245215.

HSL color Cylindrical-coordinate representation of color #DFD8BA: hue angle of 48.65º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFD8BA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223216186-
CMYK00.030.170.13
HSL48.65º36.63%80.2%-
HSV(B)48.65º16.59%87.45%-
XYZ63.8568.3456.28-
YUV214.67111.82133.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=35.68%
G=34.56%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321618600.030.170.1348.6536.6380.2
HexDFD8BA0311D312550
Octal3373302720321156145120
Binary1101111111011000101110100111000111011100011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8BA; }

 p { color: rgb(223,216,186); }

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

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

 a { background-color: rgb(223,216,186); }

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

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

 span { border-color: rgb(223,216,186); }

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