#D9C4B6

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

Shades of Just Right #D9C4B6

Tints of Just Right #D9C4B6

Color information

#D9C4B6 (or 0xD9C4B6) is unknown color: approx Just Right. HEX triplet: D9, C4 and B6. RGB value is (217,196,182). Sum of RGB (Red+Green+Blue) = 217+196+182=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4B6 is #263B49. Grayscale: #C8C8C8. Windows color (decimal): -2505546 or 11977945. OLE color: 11977945.

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

Color convert

RGB217196182-
CMYK00.100.160.15
HSL24º31.53%78.24%-
HSV(B)24º16.13%85.1%-
XYZ56.857.6152.38-
YUV200.68117.46139.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=36.47%
G=32.94%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719618200.100.160.152431.5378.24
HexD9C4B60A10F18204e
Octal33130426601220173040116
Binary11011001110001001011011001010100001111110001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4B6; }

 p { color: rgb(217,196,182); }

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

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

 a { background-color: rgb(217,196,182); }

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

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

 span { border-color: rgb(217,196,182); }

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