Html Css Color HEX #DDD0BB Spanish White

📋 copy color: '#DDD0BB'

red 221 ◦ green 208 ◦ blue 187

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

Shades of Spanish White #DDD0BB

Tints of Spanish White #DDD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 35.88%
G = 33.77%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDD0BB (or 0xDDD0BB) is known color: Spanish White. HEX triplet: DD, D0 and BB. RGB value is (221,208,187). Sum of RGB (Red+Green+Blue) = 221+208+187=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BB is #222F44. Grayscale: #D1D1D1. Windows color (decimal): -2240325 or 12308701. OLE color: 12308701.

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

Color convert

RGB 221 208 187 -
CMYK 0 0.06 0.15 0.13
HSL 37.06º 0.33% 0.8% -
HSV(B) 37.06º 0.15% 0.87% -
XYZ 61.34 64.07 56.15 -
YUV 209.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 221 208 187 0 0.06 0.15 0.13 37.06 0.33 0.8
Hex DD D0 BB 0 6 F D 25 21 50
Octal 335 320 273 0 6 17 15 45 41 120
Binary 11011101 11010000 10111011 0 110 1111 1101 100101 100001 1010000

Color Harmonies of #DDD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0BB

Black with #DDD0BB

Text Example


Text Example

White with #DDD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0BB; }

 p { color: rgb(221,208,187); }

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

background-color css

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

 a { background-color: rgb(221,208,187); }

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

border-color css

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

 span { border-color: rgb(221,208,187); }

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