Html Css Color HEX #DCE1B9 Tusk

📋 copy color: '#DCE1B9'

red 220 ◦ green 225 ◦ blue 185

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

Shades of Tusk #DCE1B9

Tints of Tusk #DCE1B9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.71%

 BLUE value IS 185 (72.66% from 255) = 29.37%

R = 34.92%
G = 35.71%
B = 29.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#DCE1B9 (or 0xDCE1B9) is known color: Tusk. HEX triplet: DC, E1 and B9. RGB value is (220,225,185). Sum of RGB (Red+Green+Blue) = 220+225+185=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1B9 is #231E46. Grayscale: #DBDBDB. Windows color (decimal): -2301511 or 12181980. OLE color: 12181980.

HSL color Cylindrical-coordinate representation of color #DCE1B9: hue angle of 67.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE1B9 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 185 -
CMYK 0.02 0 0.18 0.12
HSL 67.5º 0.4% 0.8% -
HSV(B) 67.5º 0.18% 0.88% -
XYZ 65.2 72.57 56.47 -
YUV 218.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 220 225 185 0.02 0 0.18 0.12 67.5 0.4 0.8
Hex DC E1 B9 2 0 12 C 44 28 50
Octal 334 341 271 2 0 22 14 104 50 120
Binary 11011100 11100001 10111001 10 0 10010 1100 1000100 101000 1010000

Color Harmonies of #DCE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1B9

Black with #DCE1B9

Text Example


Text Example

White with #DCE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1B9; }

 p { color: rgb(220,225,185); }

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

background-color css

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

 a { background-color: rgb(220,225,185); }

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

border-color css

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

 span { border-color: rgb(220,225,185); }

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