#D4BFB4

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

Shades of Wafer #D4BFB4

Tints of Wafer #D4BFB4

Color information

#D4BFB4 (or 0xD4BFB4) is unknown color: approx Wafer. HEX triplet: D4, BF and B4. RGB value is (212,191,180). Sum of RGB (Red+Green+Blue) = 212+191+180=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFB4 is #2B404B. Grayscale: #C4C4C4. Windows color (decimal): -2834508 or 11845588. OLE color: 11845588.

HSL color Cylindrical-coordinate representation of color #D4BFB4: hue angle of 20.63º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4BFB4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212191180-
CMYK00.100.150.17
HSL20.63º27.12%76.86%-
HSV(B)20.63º15.09%83.14%-
XYZ54.0254.5550.86-
YUV196.02118.96139.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=36.36%
G=32.76%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219118000.100.150.1720.6327.1276.86
HexD4BFB40AF11151b4d
Octal32427726401217212533115
Binary1101010010111111101101000101011111000110101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFB4; }

 p { color: rgb(212,191,180); }

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

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

 a { background-color: rgb(212,191,180); }

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

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

 span { border-color: rgb(212,191,180); }

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