Html Css Color HEX #DDD69B Mint Julep

📋 copy color: '#DDD69B'

red 221 ◦ green 214 ◦ blue 155

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

Shades of Mint Julep #DDD69B

Tints of Mint Julep #DDD69B

RGB

 RED value IS 221 (86.72% from 255) = 37.46%

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

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 37.46%
G = 36.27%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDD69B (or 0xDDD69B) is known color: Mint Julep. HEX triplet: DD, D6 and 9B. RGB value is (221,214,155). Sum of RGB (Red+Green+Blue) = 221+214+155=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD69B is #222964. Grayscale: #D1D1D1. Windows color (decimal): -2238821 or 10213085. OLE color: 10213085.

HSL color Cylindrical-coordinate representation of color #DDD69B: hue angle of 53.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD69B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 155 -
CMYK 0 0.03 0.30 0.13
HSL 53.64º 0.49% 0.74% -
HSV(B) 53.64º 0.3% 0.87% -
XYZ 59.78 65.83 40.57 -
YUV 209.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 221 214 155 0 0.03 0.30 0.13 53.64 0.49 0.74
Hex DD D6 9B 0 3 1E D 36 31 4A
Octal 335 326 233 0 3 36 15 66 61 112
Binary 11011101 11010110 10011011 0 11 11110 1101 110110 110001 1001010

Color Harmonies of #DDD69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD69B

Black with #DDD69B

Text Example


Text Example

White with #DDD69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD69B; }

 p { color: rgb(221,214,155); }

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

background-color css

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

 a { background-color: rgb(221,214,155); }

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

border-color css

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

 span { border-color: rgb(221,214,155); }

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