Html Css Color HEX #DBEAB0 Tusk

📋 copy color: '#DBEAB0'

red 219 ◦ green 234 ◦ blue 176

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

Shades of Tusk #DBEAB0

Tints of Tusk #DBEAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.2%

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

R = 34.82%
G = 37.2%
B = 27.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#DBEAB0 (or 0xDBEAB0) is known color: Tusk. HEX triplet: DB, EA and B0. RGB value is (219,234,176). Sum of RGB (Red+Green+Blue) = 219+234+176=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAB0 is #24154F. Grayscale: #DFDFDF. Windows color (decimal): -2364752 or 11594459. OLE color: 11594459.

HSL color Cylindrical-coordinate representation of color #DBEAB0: hue angle of 75.52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBEAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 176 -
CMYK 0.06 0 0.25 0.08
HSL 75.52º 0.58% 0.8% -
HSV(B) 75.52º 0.25% 0.92% -
XYZ 66.47 77.04 52.44 -
YUV 222.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 219 234 176 0.06 0 0.25 0.08 75.52 0.58 0.8
Hex DB EA B0 6 0 19 8 4C 3A 50
Octal 333 352 260 6 0 31 10 114 72 120
Binary 11011011 11101010 10110000 110 0 11001 1000 1001100 111010 1010000

Color Harmonies of #DBEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAB0

Black with #DBEAB0

Text Example


Text Example

White with #DBEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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