Html Css Color HEX #DBE69E Tusk

📋 copy color: '#DBE69E'

red 219 ◦ green 230 ◦ blue 158

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

Shades of Tusk #DBE69E

Tints of Tusk #DBE69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.03%

R = 36.08%
G = 37.89%
B = 26.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#DBE69E (or 0xDBE69E) is known color: Tusk. HEX triplet: DB, E6 and 9E. RGB value is (219,230,158). Sum of RGB (Red+Green+Blue) = 219+230+158=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69E is #241961. Grayscale: #DADADA. Windows color (decimal): -2365794 or 10413787. OLE color: 10413787.

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

Color convert

RGB 219 230 158 -
CMYK 0.05 0 0.31 0.10
HSL 69.17º 0.59% 0.76% -
HSV(B) 69.17º 0.31% 0.9% -
XYZ 63.68 74.12 43.3 -
YUV 218.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 219 230 158 0.05 0 0.31 0.10 69.17 0.59 0.76
Hex DB E6 9E 5 0 1F A 45 3B 4C
Octal 333 346 236 5 0 37 12 105 73 114
Binary 11011011 11100110 10011110 101 0 11111 1010 1000101 111011 1001100

Color Harmonies of #DBE69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE69E

Black with #DBE69E

Text Example


Text Example

White with #DBE69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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