Html Css Color HEX #DDECAB Tusk

📋 copy color: '#DDECAB'

red 221 ◦ green 236 ◦ blue 171

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

Shades of Tusk #DDECAB

Tints of Tusk #DDECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

 BLUE value IS 171 (67.19% from 255) = 27.23%

R = 35.19%
G = 37.58%
B = 27.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#DDECAB (or 0xDDECAB) is known color: Tusk. HEX triplet: DD, EC and AB. RGB value is (221,236,171). Sum of RGB (Red+Green+Blue) = 221+236+171=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECAB is #221354. Grayscale: #E0E0E0. Windows color (decimal): -2233173 or 11267293. OLE color: 11267293.

HSL color Cylindrical-coordinate representation of color #DDECAB: hue angle of 73.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDECAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 171 -
CMYK 0.06 0 0.28 0.07
HSL 73.85º 0.63% 0.8% -
HSV(B) 73.85º 0.28% 0.93% -
XYZ 67.16 78.3 50.1 -
YUV 224.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 221 236 171 0.06 0 0.28 0.07 73.85 0.63 0.8
Hex DD EC AB 6 0 1C 7 4A 3F 50
Octal 335 354 253 6 0 34 7 112 77 120
Binary 11011101 11101100 10101011 110 0 11100 111 1001010 111111 1010000

Color Harmonies of #DDECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECAB

Black with #DDECAB

Text Example


Text Example

White with #DDECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECAB; }

 p { color: rgb(221,236,171); }

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

background-color css

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

 a { background-color: rgb(221,236,171); }

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

border-color css

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

 span { border-color: rgb(221,236,171); }

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