Html Css Color HEX #DBDCB0 Tusk

📋 copy color: '#DBDCB0'

red 219 ◦ green 220 ◦ blue 176

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

Shades of Tusk #DBDCB0

Tints of Tusk #DBDCB0

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 219 220 176 -
CMYK 0.00 0 0.2 0.14
HSL 61.36º 0.39% 0.78% -
HSV(B) 61.36º 0.2% 0.86% -
XYZ 62.64 69.38 51.16 -
YUV 214.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 219 220 176 0.00 0 0.2 0.14 61.36 0.39 0.78
Hex DB DC B0 0 0 14 E 3D 27 4E
Octal 333 334 260 0 0 24 16 75 47 116
Binary 11011011 11011100 10110000 0 0 10100 1110 111101 100111 1001110

Color Harmonies of #DBDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCB0

Black with #DBDCB0

Text Example


Text Example

White with #DBDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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