Html Css Color HEX #DBDFB2 Tusk

📋 copy color: '#DBDFB2'

red 219 ◦ green 223 ◦ blue 178

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

Shades of Tusk #DBDFB2

Tints of Tusk #DBDFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.71%

R = 35.32%
G = 35.97%
B = 28.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DBDFB2 (or 0xDBDFB2) is known color: Tusk. HEX triplet: DB, DF and B2. RGB value is (219,223,178). Sum of RGB (Red+Green+Blue) = 219+223+178=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFB2 is #24204D. Grayscale: #D8D8D8. Windows color (decimal): -2367566 or 11722715. OLE color: 11722715.

HSL color Cylindrical-coordinate representation of color #DBDFB2: hue angle of 65.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDFB2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 178 -
CMYK 0.02 0 0.20 0.13
HSL 65.33º 0.41% 0.79% -
HSV(B) 65.33º 0.2% 0.87% -
XYZ 63.64 71.05 52.48 -
YUV 216.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 219 223 178 0.02 0 0.20 0.13 65.33 0.41 0.79
Hex DB DF B2 2 0 14 D 41 29 4F
Octal 333 337 262 2 0 24 15 101 51 117
Binary 11011011 11011111 10110010 10 0 10100 1101 1000001 101001 1001111

Color Harmonies of #DBDFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFB2

Black with #DBDFB2

Text Example


Text Example

White with #DBDFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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