Html Css Color HEX #DFBDB0 Wafer

📋 copy color: '#DFBDB0'

red 223 ◦ green 189 ◦ blue 176

#DFBDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wafer #DFBDB0

Tints of Wafer #DFBDB0

RGB

 RED value IS 223 (87.5% from 255) = 37.93%

 GREEN value IS 189 (74.22% from 255) = 32.14%

 BLUE value IS 176 (69.14% from 255) = 29.93%

R = 37.93%
G = 32.14%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFBDB0 (or 0xDFBDB0) is known color: Wafer. HEX triplet: DF, BD and B0. RGB value is (223,189,176). Sum of RGB (Red+Green+Blue) = 223+189+176=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDB0 is #20424F. Grayscale: #C5C5C5. Windows color (decimal): -2114128 or 11582943. OLE color: 11582943.

HSL color Cylindrical-coordinate representation of color #DFBDB0: hue angle of 16.6º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBDB0 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 176 -
CMYK 0 0.15 0.21 0.13
HSL 16.6º 0.42% 0.78% -
HSV(B) 16.6º 0.21% 0.87% -
XYZ 56.47 55.22 48.76 -
YUV 197.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 223 189 176 0 0.15 0.21 0.13 16.6 0.42 0.78
Hex DF BD B0 0 F 15 D 11 2A 4E
Octal 337 275 260 0 17 25 15 21 52 116
Binary 11011111 10111101 10110000 0 1111 10101 1101 10001 101010 1001110

Color Harmonies of #DFBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDB0

Black with #DFBDB0

Text Example


Text Example

White with #DFBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDB0; }

 p { color: rgb(223,189,176); }

 H1.HeaderClassName
 {
   color: #DFBDB0;
 }
 .AnyTagClassName
 {
   color: #DFBDB0;
 }
</style>

background-color css

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

 a { background-color: rgb(223,189,176); }

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

border-color css

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

 span { border-color: rgb(223,189,176); }

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