Html Css Color HEX #DBDFB0 Tusk

📋 copy color: '#DBDFB0'

red 219 ◦ green 223 ◦ blue 176

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

Shades of Tusk #DBDFB0

Tints of Tusk #DBDFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 35.44%
G = 36.08%
B = 28.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DBDFB0 (or 0xDBDFB0) is known color: Tusk. HEX triplet: DB, DF and B0. RGB value is (219,223,176). Sum of RGB (Red+Green+Blue) = 219+223+176=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFB0 is #24204F. Grayscale: #D8D8D8. Windows color (decimal): -2367568 or 11591643. OLE color: 11591643.

HSL color Cylindrical-coordinate representation of color #DBDFB0: hue angle of 65.11º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDFB0 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 176 -
CMYK 0.02 0 0.21 0.13
HSL 65.11º 0.42% 0.78% -
HSV(B) 65.11º 0.21% 0.87% -
XYZ 63.44 70.97 51.43 -
YUV 216.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 219 223 176 0.02 0 0.21 0.13 65.11 0.42 0.78
Hex DB DF B0 2 0 15 D 41 2A 4E
Octal 333 337 260 2 0 25 15 101 52 116
Binary 11011011 11011111 10110000 10 0 10101 1101 1000001 101010 1001110

Color Harmonies of #DBDFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFB0

Black with #DBDFB0

Text Example


Text Example

White with #DBDFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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