Html Css Color HEX #DFE5AF Tusk

📋 copy color: '#DFE5AF'

red 223 ◦ green 229 ◦ blue 175

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

Shades of Tusk #DFE5AF

Tints of Tusk #DFE5AF

RGB

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

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

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

R = 35.57%
G = 36.52%
B = 27.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#DFE5AF (or 0xDFE5AF) is known color: Tusk. HEX triplet: DF, E5 and AF. RGB value is (223,229,175). Sum of RGB (Red+Green+Blue) = 223+229+175=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE5AF is #201A50. Grayscale: #DDDDDD. Windows color (decimal): -2103889 or 11527647. OLE color: 11527647.

HSL color Cylindrical-coordinate representation of color #DFE5AF: hue angle of 66.67º 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 #DFE5AF is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 229 175 -
CMYK 0.03 0 0.24 0.10
HSL 66.67º 0.51% 0.79% -
HSV(B) 66.67º 0.24% 0.9% -
XYZ 66.19 74.82 51.51 -
YUV 221.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 223 229 175 0.03 0 0.24 0.10 66.67 0.51 0.79
Hex DF E5 AF 3 0 18 A 43 33 4F
Octal 337 345 257 3 0 30 12 103 63 117
Binary 11011111 11100101 10101111 11 0 11000 1010 1000011 110011 1001111

Color Harmonies of #DFE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE5AF

Black with #DFE5AF

Text Example


Text Example

White with #DFE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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