Html Css Color HEX #DFEBA1 Tusk

📋 copy color: '#DFEBA1'

red 223 ◦ green 235 ◦ blue 161

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

Shades of Tusk #DFEBA1

Tints of Tusk #DFEBA1

RGB

 RED value IS 223 (87.5% from 255) = 36.03%

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 161 (63.28% from 255) = 26.01%

R = 36.03%
G = 37.96%
B = 26.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#DFEBA1 (or 0xDFEBA1) is known color: Tusk. HEX triplet: DF, EB and A1. RGB value is (223,235,161). Sum of RGB (Red+Green+Blue) = 223+235+161=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA1 is #20145E. Grayscale: #DFDFDF. Windows color (decimal): -2102367 or 10611679. OLE color: 10611679.

HSL color Cylindrical-coordinate representation of color #DFEBA1: hue angle of 69.73º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFEBA1 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 161 -
CMYK 0.05 0 0.31 0.08
HSL 69.73º 0.65% 0.78% -
HSV(B) 69.73º 0.31% 0.92% -
XYZ 66.57 77.68 45.2 -
YUV 222.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 223 235 161 0.05 0 0.31 0.08 69.73 0.65 0.78
Hex DF EB A1 5 0 1F 8 46 41 4E
Octal 337 353 241 5 0 37 10 106 101 116
Binary 11011111 11101011 10100001 101 0 11111 1000 1000110 1000001 1001110

Color Harmonies of #DFEBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBA1

Black with #DFEBA1

Text Example


Text Example

White with #DFEBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBA1; }

 p { color: rgb(223,235,161); }

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

background-color css

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

 a { background-color: rgb(223,235,161); }

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

border-color css

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

 span { border-color: rgb(223,235,161); }

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