Html Css Color HEX #DBE6B4 Tusk

📋 copy color: '#DBE6B4'

red 219 ◦ green 230 ◦ blue 180

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

Shades of Tusk #DBE6B4

Tints of Tusk #DBE6B4

RGB

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

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

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

R = 34.82%
G = 36.57%
B = 28.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#DBE6B4 (or 0xDBE6B4) is known color: Tusk. HEX triplet: DB, E6 and B4. RGB value is (219,230,180). Sum of RGB (Red+Green+Blue) = 219+230+180=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6B4 is #24194B. Grayscale: #DDDDDD. Windows color (decimal): -2365772 or 11855579. OLE color: 11855579.

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

Color convert

RGB 219 230 180 -
CMYK 0.05 0 0.22 0.10
HSL 73.2º 0.5% 0.8% -
HSV(B) 73.2º 0.22% 0.9% -
XYZ 65.75 74.95 54.18 -
YUV 221.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 219 230 180 0.05 0 0.22 0.10 73.2 0.5 0.8
Hex DB E6 B4 5 0 16 A 49 32 50
Octal 333 346 264 5 0 26 12 111 62 120
Binary 11011011 11100110 10110100 101 0 10110 1010 1001001 110010 1010000

Color Harmonies of #DBE6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6B4

Black with #DBE6B4

Text Example


Text Example

White with #DBE6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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