Html Css Color HEX #DFDFB0 Tusk

📋 copy color: '#DFDFB0'

red 223 ◦ green 223 ◦ blue 176

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

Shades of Tusk #DFDFB0

Tints of Tusk #DFDFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

 BLUE value IS 176 (69.14% from 255) = 28.3%

R = 35.85%
G = 35.85%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFDFB0 (or 0xDFDFB0) is known color: Tusk. HEX triplet: DF, DF and B0. RGB value is (223,223,176). Sum of RGB (Red+Green+Blue) = 223+223+176=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFB0 is #20204F. Grayscale: #D9D9D9. Windows color (decimal): -2105424 or 11591647. OLE color: 11591647.

HSL color Cylindrical-coordinate representation of color #DFDFB0: hue angle of 60º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFDFB0 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 223 176 -
CMYK 0 0 0.21 0.13
HSL 60º 0.42% 0.78% -
HSV(B) 60º 0.21% 0.87% -
XYZ 64.66 71.6 51.49 -
YUV 217.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 223 223 176 0 0 0.21 0.13 60 0.42 0.78
Hex DF DF B0 0 0 15 D 3C 2A 4E
Octal 337 337 260 0 0 25 15 74 52 116
Binary 11011111 11011111 10110000 0 0 10101 1101 111100 101010 1001110

Color Harmonies of #DFDFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFB0

Black with #DFDFB0

Text Example


Text Example

White with #DFDFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFB0; }

 p { color: rgb(223,223,176); }

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

background-color css

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

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

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

border-color css

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

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

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