Html Css Color HEX #DED69A Mint Julep

📋 copy color: '#DED69A'

red 222 ◦ green 214 ◦ blue 154

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

Shades of Mint Julep #DED69A

Tints of Mint Julep #DED69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 37.63%
G = 36.27%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DED69A (or 0xDED69A) is known color: Mint Julep. HEX triplet: DE, D6 and 9A. RGB value is (222,214,154). Sum of RGB (Red+Green+Blue) = 222+214+154=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DED69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED69A is #212965. Grayscale: #D1D1D1. Windows color (decimal): -2173286 or 10147550. OLE color: 10147550.

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

Color convert

RGB 222 214 154 -
CMYK 0 0.04 0.31 0.13
HSL 52.94º 0.51% 0.74% -
HSV(B) 52.94º 0.31% 0.87% -
XYZ 60 65.96 40.14 -
YUV 209.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 222 214 154 0 0.04 0.31 0.13 52.94 0.51 0.74
Hex DE D6 9A 0 4 1F D 35 33 4A
Octal 336 326 232 0 4 37 15 65 63 112
Binary 11011110 11010110 10011010 0 100 11111 1101 110101 110011 1001010

Color Harmonies of #DED69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED69A

Black with #DED69A

Text Example


Text Example

White with #DED69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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