Html Css Color HEX #DFD4BE Spanish White

📋 copy color: '#DFD4BE'

red 223 ◦ green 212 ◦ blue 190

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

Shades of Spanish White #DFD4BE

Tints of Spanish White #DFD4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.92%

 BLUE value IS 190 (74.61% from 255) = 30.4%

R = 35.68%
G = 33.92%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFD4BE (or 0xDFD4BE) is known color: Spanish White. HEX triplet: DF, D4 and BE. RGB value is (223,212,190). Sum of RGB (Red+Green+Blue) = 223+212+190=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4BE is #202B41. Grayscale: #D4D4D4. Windows color (decimal): -2108226 or 12506335. OLE color: 12506335.

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

Color convert

RGB 223 212 190 -
CMYK 0 0.05 0.15 0.13
HSL 40º 0.34% 0.81% -
HSV(B) 40º 0.15% 0.87% -
XYZ 63.27 66.49 58.21 -
YUV 212.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 223 212 190 0 0.05 0.15 0.13 40 0.34 0.81
Hex DF D4 BE 0 5 F D 28 22 51
Octal 337 324 276 0 5 17 15 50 42 121
Binary 11011111 11010100 10111110 0 101 1111 1101 101000 100010 1010001

Color Harmonies of #DFD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD4BE

Black with #DFD4BE

Text Example


Text Example

White with #DFD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD4BE; }

 p { color: rgb(223,212,190); }

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

background-color css

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

 a { background-color: rgb(223,212,190); }

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

border-color css

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

 span { border-color: rgb(223,212,190); }

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