Html Css Color HEX #DBE6A7 Tusk

📋 copy color: '#DBE6A7'

red 219 ◦ green 230 ◦ blue 167

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

Shades of Tusk #DBE6A7

Tints of Tusk #DBE6A7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

 BLUE value IS 167 (65.63% from 255) = 27.11%

R = 35.55%
G = 37.34%
B = 27.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#DBE6A7 (or 0xDBE6A7) is known color: Tusk. HEX triplet: DB, E6 and A7. RGB value is (219,230,167). Sum of RGB (Red+Green+Blue) = 219+230+167=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 167 (65.62% from 255 or 27.11% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE6A7 is #241958. Grayscale: #DBDBDB. Windows color (decimal): -2365785 or 11003611. OLE color: 11003611.

HSL color Cylindrical-coordinate representation of color #DBE6A7: hue angle of 70.48º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE6A7 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 167 -
CMYK 0.05 0 0.27 0.10
HSL 70.48º 0.56% 0.78% -
HSV(B) 70.48º 0.27% 0.9% -
XYZ 64.49 74.44 47.53 -
YUV 219.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 219 230 167 0.05 0 0.27 0.10 70.48 0.56 0.78
Hex DB E6 A7 5 0 1B A 46 38 4E
Octal 333 346 247 5 0 33 12 106 70 116
Binary 11011011 11100110 10100111 101 0 11011 1010 1000110 111000 1001110

Color Harmonies of #DBE6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6A7

Black with #DBE6A7

Text Example


Text Example

White with #DBE6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6A7; }

 p { color: rgb(219,230,167); }

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

background-color css

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

 a { background-color: rgb(219,230,167); }

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

border-color css

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

 span { border-color: rgb(219,230,167); }

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