Html Css Color HEX #DED69F Mint Julep

📋 copy color: '#DED69F'

red 222 ◦ green 214 ◦ blue 159

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

Shades of Mint Julep #DED69F

Tints of Mint Julep #DED69F

RGB

 RED value IS 222 (87.11% from 255) = 37.31%

 GREEN value IS 214 (83.98% from 255) = 35.97%

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

R = 37.31%
G = 35.97%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DED69F (or 0xDED69F) is known color: Mint Julep. HEX triplet: DE, D6 and 9F. RGB value is (222,214,159). Sum of RGB (Red+Green+Blue) = 222+214+159=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DED69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED69F is #212960. Grayscale: #D2D2D2. Windows color (decimal): -2173281 or 10475230. OLE color: 10475230.

HSL color Cylindrical-coordinate representation of color #DED69F: hue angle of 52.38º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DED69F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 159 -
CMYK 0 0.04 0.28 0.13
HSL 52.38º 0.49% 0.75% -
HSV(B) 52.38º 0.28% 0.87% -
XYZ 60.43 66.13 42.38 -
YUV 210.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 222 214 159 0 0.04 0.28 0.13 52.38 0.49 0.75
Hex DE D6 9F 0 4 1C D 34 31 4B
Octal 336 326 237 0 4 34 15 64 61 113
Binary 11011110 11010110 10011111 0 100 11100 1101 110100 110001 1001011

Color Harmonies of #DED69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED69F

Black with #DED69F

Text Example


Text Example

White with #DED69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED69F; }

 p { color: rgb(222,214,159); }

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

background-color css

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

 a { background-color: rgb(222,214,159); }

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

border-color css

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

 span { border-color: rgb(222,214,159); }

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