Html Css Color HEX #DCE69F Tusk

📋 copy color: '#DCE69F'

red 220 ◦ green 230 ◦ blue 159

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

Shades of Tusk #DCE69F

Tints of Tusk #DCE69F

RGB

 RED value IS 220 (86.33% from 255) = 36.12%

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

 BLUE value IS 159 (62.5% from 255) = 26.11%

R = 36.12%
G = 37.77%
B = 26.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#DCE69F (or 0xDCE69F) is known color: Tusk. HEX triplet: DC, E6 and 9F. RGB value is (220,230,159). Sum of RGB (Red+Green+Blue) = 220+230+159=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69F is #231960. Grayscale: #DBDBDB. Windows color (decimal): -2300257 or 10479324. OLE color: 10479324.

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

Color convert

RGB 220 230 159 -
CMYK 0.04 0 0.31 0.10
HSL 68.45º 0.59% 0.76% -
HSV(B) 68.45º 0.31% 0.9% -
XYZ 64.07 74.31 43.77 -
YUV 218.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 220 230 159 0.04 0 0.31 0.10 68.45 0.59 0.76
Hex DC E6 9F 4 0 1F A 44 3B 4C
Octal 334 346 237 4 0 37 12 104 73 114
Binary 11011100 11100110 10011111 100 0 11111 1010 1000100 111011 1001100

Color Harmonies of #DCE69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE69F

Black with #DCE69F

Text Example


Text Example

White with #DCE69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE69F; }

 p { color: rgb(220,230,159); }

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

background-color css

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

 a { background-color: rgb(220,230,159); }

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

border-color css

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

 span { border-color: rgb(220,230,159); }

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