Html Css Color HEX #DCDEB0 Tusk

📋 copy color: '#DCDEB0'

red 220 ◦ green 222 ◦ blue 176

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

Shades of Tusk #DCDEB0

Tints of Tusk #DCDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

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

R = 35.6%
G = 35.92%
B = 28.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DCDEB0 (or 0xDCDEB0) is known color: Tusk. HEX triplet: DC, DE and B0. RGB value is (220,222,176). Sum of RGB (Red+Green+Blue) = 220+222+176=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEB0 is #23214F. Grayscale: #D8D8D8. Windows color (decimal): -2302288 or 11591388. OLE color: 11591388.

HSL color Cylindrical-coordinate representation of color #DCDEB0: hue angle of 62.61º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDEB0 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 176 -
CMYK 0.01 0 0.21 0.13
HSL 62.61º 0.41% 0.78% -
HSV(B) 62.61º 0.21% 0.87% -
XYZ 63.47 70.59 51.35 -
YUV 216.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 220 222 176 0.01 0 0.21 0.13 62.61 0.41 0.78
Hex DC DE B0 1 0 15 D 3F 29 4E
Octal 334 336 260 1 0 25 15 77 51 116
Binary 11011100 11011110 10110000 1 0 10101 1101 111111 101001 1001110

Color Harmonies of #DCDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDEB0

Black with #DCDEB0

Text Example


Text Example

White with #DCDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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