Html Css Color HEX #DBDDB4 Tusk

📋 copy color: '#DBDDB4'

red 219 ◦ green 221 ◦ blue 180

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

Shades of Tusk #DBDDB4

Tints of Tusk #DBDDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.65%

 BLUE value IS 180 (70.7% from 255) = 29.03%

R = 35.32%
G = 35.65%
B = 29.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DBDDB4 (or 0xDBDDB4) is known color: Tusk. HEX triplet: DB, DD and B4. RGB value is (219,221,180). Sum of RGB (Red+Green+Blue) = 219+221+180=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDB4 is #24224B. Grayscale: #D7D7D7. Windows color (decimal): -2368076 or 11853275. OLE color: 11853275.

HSL color Cylindrical-coordinate representation of color #DBDDB4: hue angle of 62.93º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBDDB4 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 180 -
CMYK 0.01 0 0.19 0.13
HSL 62.93º 0.38% 0.79% -
HSV(B) 62.93º 0.19% 0.87% -
XYZ 63.31 70.07 53.37 -
YUV 215.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 219 221 180 0.01 0 0.19 0.13 62.93 0.38 0.79
Hex DB DD B4 1 0 13 D 3F 26 4F
Octal 333 335 264 1 0 23 15 77 46 117
Binary 11011011 11011101 10110100 1 0 10011 1101 111111 100110 1001111

Color Harmonies of #DBDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDB4

Black with #DBDDB4

Text Example


Text Example

White with #DBDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDB4; }

 p { color: rgb(219,221,180); }

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

background-color css

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

 a { background-color: rgb(219,221,180); }

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

border-color css

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

 span { border-color: rgb(219,221,180); }

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