Html Css Color HEX #DDCBB0 Spanish White

📋 copy color: '#DDCBB0'

red 221 ◦ green 203 ◦ blue 176

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

Shades of Spanish White #DDCBB0

Tints of Spanish White #DDCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.83%

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

R = 36.83%
G = 33.83%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDCBB0 (or 0xDDCBB0) is known color: Spanish White. HEX triplet: DD, CB and B0. RGB value is (221,203,176). Sum of RGB (Red+Green+Blue) = 221+203+176=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBB0 is #22344F. Grayscale: #CDCDCD. Windows color (decimal): -2241616 or 11586525. OLE color: 11586525.

HSL color Cylindrical-coordinate representation of color #DDCBB0: hue angle of 36º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCBB0 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 176 -
CMYK 0 0.08 0.20 0.13
HSL 36º 0.4% 0.78% -
HSV(B) 36º 0.2% 0.87% -
XYZ 59.01 61.22 49.78 -
YUV 205.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 221 203 176 0 0.08 0.20 0.13 36 0.4 0.78
Hex DD CB B0 0 8 14 D 24 28 4E
Octal 335 313 260 0 10 24 15 44 50 116
Binary 11011101 11001011 10110000 0 1000 10100 1101 100100 101000 1001110

Color Harmonies of #DDCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBB0

Black with #DDCBB0

Text Example


Text Example

White with #DDCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBB0; }

 p { color: rgb(221,203,176); }

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

background-color css

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

 a { background-color: rgb(221,203,176); }

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

border-color css

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

 span { border-color: rgb(221,203,176); }

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