#D9C2B5

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

Shades of Just Right #D9C2B5

Tints of Just Right #D9C2B5

Color information

#D9C2B5 (or 0xD9C2B5) is unknown color: approx Just Right. HEX triplet: D9, C2 and B5. RGB value is (217,194,181). Sum of RGB (Red+Green+Blue) = 217+194+181=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2B5 is #263D4A. Grayscale: #C7C7C7. Windows color (decimal): -2506059 or 11911897. OLE color: 11911897.

HSL color Cylindrical-coordinate representation of color #D9C2B5: hue angle of 21.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C2B5 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217194181-
CMYK00.110.170.15
HSL21.67º32.14%78.04%-
HSV(B)21.67º16.59%85.1%-
XYZ56.2556.6751.69-
YUV199.4117.62140.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 194 (76.17% from 255) = 32.77%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=36.66%
G=32.77%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719418100.110.170.1521.6732.1478.04
HexD9C2B50B11F16204e
Octal33130226501321172640116
Binary11011001110000101011010101011100011111101101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2B5; }

 p { color: rgb(217,194,181); }

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

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

 a { background-color: rgb(217,194,181); }

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

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

 span { border-color: rgb(217,194,181); }

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