Html Css Color HEX #DCDCAE Tusk

📋 copy color: '#DCDCAE'

red 220 ◦ green 220 ◦ blue 174

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

Shades of Tusk #DCDCAE

Tints of Tusk #DCDCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

 BLUE value IS 174 (68.36% from 255) = 28.34%

R = 35.83%
G = 35.83%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCDCAE (or 0xDCDCAE) is known color: Tusk. HEX triplet: DC, DC and AE. RGB value is (220,220,174). Sum of RGB (Red+Green+Blue) = 220+220+174=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCAE is #232351. Grayscale: #D6D6D6. Windows color (decimal): -2302802 or 11459804. OLE color: 11459804.

HSL color Cylindrical-coordinate representation of color #DCDCAE: hue angle of 60º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDCAE is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 174 -
CMYK 0 0 0.21 0.14
HSL 60º 0.4% 0.77% -
HSV(B) 60º 0.21% 0.86% -
XYZ 62.75 69.46 50.14 -
YUV 214.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 220 220 174 0 0 0.21 0.14 60 0.4 0.77
Hex DC DC AE 0 0 15 E 3C 28 4D
Octal 334 334 256 0 0 25 16 74 50 115
Binary 11011100 11011100 10101110 0 0 10101 1110 111100 101000 1001101

Color Harmonies of #DCDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCAE

Black with #DCDCAE

Text Example


Text Example

White with #DCDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCAE; }

 p { color: rgb(220,220,174); }

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

background-color css

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

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

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

border-color css

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

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

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