Html Css Color HEX #DCDB9F Mint Julep

📋 copy color: '#DCDB9F'

red 220 ◦ green 219 ◦ blue 159

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

Shades of Mint Julep #DCDB9F

Tints of Mint Julep #DCDB9F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

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

R = 36.79%
G = 36.62%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCDB9F (or 0xDCDB9F) is known color: Mint Julep. HEX triplet: DC, DB and 9F. RGB value is (220,219,159). Sum of RGB (Red+Green+Blue) = 220+219+159=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB9F is #232460. Grayscale: #D4D4D4. Windows color (decimal): -2303073 or 10476508. OLE color: 10476508.

HSL color Cylindrical-coordinate representation of color #DCDB9F: hue angle of 59.02º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCDB9F is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 159 -
CMYK 0 0.00 0.28 0.14
HSL 59.02º 0.47% 0.74% -
HSV(B) 59.02º 0.28% 0.86% -
XYZ 61.1 68.38 42.78 -
YUV 212.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 220 219 159 0 0.00 0.28 0.14 59.02 0.47 0.74
Hex DC DB 9F 0 0 1C E 3B 2F 4A
Octal 334 333 237 0 0 34 16 73 57 112
Binary 11011100 11011011 10011111 0 0 11100 1110 111011 101111 1001010

Color Harmonies of #DCDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB9F

Black with #DCDB9F

Text Example


Text Example

White with #DCDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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