Html Css Color HEX #DDD1B4 Spanish White

📋 copy color: '#DDD1B4'

red 221 ◦ green 209 ◦ blue 180

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

Shades of Spanish White #DDD1B4

Tints of Spanish White #DDD1B4

RGB

 RED value IS 221 (86.72% from 255) = 36.23%

 GREEN value IS 209 (82.03% from 255) = 34.26%

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 36.23%
G = 34.26%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDD1B4 (or 0xDDD1B4) is known color: Spanish White. HEX triplet: DD, D1 and B4. RGB value is (221,209,180). Sum of RGB (Red+Green+Blue) = 221+209+180=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1B4 is #222E4B. Grayscale: #D1D1D1. Windows color (decimal): -2240076 or 11850205. OLE color: 11850205.

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

Color convert

RGB 221 209 180 -
CMYK 0 0.05 0.19 0.13
HSL 42.44º 0.38% 0.79% -
HSV(B) 42.44º 0.19% 0.87% -
XYZ 60.86 64.27 52.38 -
YUV 209.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 221 209 180 0 0.05 0.19 0.13 42.44 0.38 0.79
Hex DD D1 B4 0 5 13 D 2A 26 4F
Octal 335 321 264 0 5 23 15 52 46 117
Binary 11011101 11010001 10110100 0 101 10011 1101 101010 100110 1001111

Color Harmonies of #DDD1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1B4

Black with #DDD1B4

Text Example


Text Example

White with #DDD1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1B4; }

 p { color: rgb(221,209,180); }

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

background-color css

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

 a { background-color: rgb(221,209,180); }

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

border-color css

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

 span { border-color: rgb(221,209,180); }

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