Html Css Color HEX #DBE5AF Tusk

📋 copy color: '#DBE5AF'

red 219 ◦ green 229 ◦ blue 175

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

Shades of Tusk #DBE5AF

Tints of Tusk #DBE5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 35.15%
G = 36.76%
B = 28.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#DBE5AF (or 0xDBE5AF) is known color: Tusk. HEX triplet: DB, E5 and AF. RGB value is (219,229,175). Sum of RGB (Red+Green+Blue) = 219+229+175=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE5AF is #241A50. Grayscale: #DCDCDC. Windows color (decimal): -2366033 or 11527643. OLE color: 11527643.

HSL color Cylindrical-coordinate representation of color #DBE5AF: hue angle of 71.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE5AF is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 175 -
CMYK 0.04 0 0.24 0.10
HSL 71.11º 0.51% 0.79% -
HSV(B) 71.11º 0.24% 0.9% -
XYZ 64.97 74.19 51.45 -
YUV 219.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 219 229 175 0.04 0 0.24 0.10 71.11 0.51 0.79
Hex DB E5 AF 4 0 18 A 47 33 4F
Octal 333 345 257 4 0 30 12 107 63 117
Binary 11011011 11100101 10101111 100 0 11000 1010 1000111 110011 1001111

Color Harmonies of #DBE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5AF

Black with #DBE5AF

Text Example


Text Example

White with #DBE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5AF; }

 p { color: rgb(219,229,175); }

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

background-color css

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

 a { background-color: rgb(219,229,175); }

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

border-color css

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

 span { border-color: rgb(219,229,175); }

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