Html Css Color HEX #DCDBB0 Tusk

📋 copy color: '#DCDBB0'

red 220 ◦ green 219 ◦ blue 176

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

Shades of Tusk #DCDBB0

Tints of Tusk #DCDBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

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

R = 35.77%
G = 35.61%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCDBB0 (or 0xDCDBB0) is known color: Tusk. HEX triplet: DC, DB and B0. RGB value is (220,219,176). Sum of RGB (Red+Green+Blue) = 220+219+176=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBB0 is #23244F. Grayscale: #D6D6D6. Windows color (decimal): -2303056 or 11590620. OLE color: 11590620.

HSL color Cylindrical-coordinate representation of color #DCDBB0: hue angle of 58.64º 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 #DCDBB0 is Cyan = 0, Magento = 0.00, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 176 -
CMYK 0 0.00 0.2 0.14
HSL 58.64º 0.39% 0.78% -
HSV(B) 58.64º 0.2% 0.86% -
XYZ 62.68 69.01 51.09 -
YUV 214.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 220 219 176 0 0.00 0.2 0.14 58.64 0.39 0.78
Hex DC DB B0 0 0 14 E 3B 27 4E
Octal 334 333 260 0 0 24 16 73 47 116
Binary 11011100 11011011 10110000 0 0 10100 1110 111011 100111 1001110

Color Harmonies of #DCDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBB0

Black with #DCDBB0

Text Example


Text Example

White with #DCDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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