Html Css Color HEX #DCCAB0 Spanish White

📋 copy color: '#DCCAB0'

red 220 ◦ green 202 ◦ blue 176

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

Shades of Spanish White #DCCAB0

Tints of Spanish White #DCCAB0

RGB

 RED value IS 220 (86.33% from 255) = 36.79%

 GREEN value IS 202 (79.3% from 255) = 33.78%

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

R = 36.79%
G = 33.78%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCCAB0 (or 0xDCCAB0) is known color: Spanish White. HEX triplet: DC, CA and B0. RGB value is (220,202,176). Sum of RGB (Red+Green+Blue) = 220+202+176=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAB0 is #23354F. Grayscale: #CCCCCC. Windows color (decimal): -2307408 or 11586268. OLE color: 11586268.

HSL color Cylindrical-coordinate representation of color #DCCAB0: hue angle of 35.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCAB0 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 176 -
CMYK 0 0.08 0.2 0.14
HSL 35.45º 0.39% 0.78% -
HSV(B) 35.45º 0.2% 0.86% -
XYZ 58.47 60.59 49.69 -
YUV 204.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 220 202 176 0 0.08 0.2 0.14 35.45 0.39 0.78
Hex DC CA B0 0 8 14 E 23 27 4E
Octal 334 312 260 0 10 24 16 43 47 116
Binary 11011100 11001010 10110000 0 1000 10100 1110 100011 100111 1001110

Color Harmonies of #DCCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAB0

Black with #DCCAB0

Text Example


Text Example

White with #DCCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAB0; }

 p { color: rgb(220,202,176); }

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

background-color css

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

 a { background-color: rgb(220,202,176); }

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

border-color css

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

 span { border-color: rgb(220,202,176); }

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