Html Css Color HEX #DCD89B Mint Julep

📋 copy color: '#DCD89B'

red 220 ◦ green 216 ◦ blue 155

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

Shades of Mint Julep #DCD89B

Tints of Mint Julep #DCD89B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.55%

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

R = 37.23%
G = 36.55%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCD89B (or 0xDCD89B) is known color: Mint Julep. HEX triplet: DC, D8 and 9B. RGB value is (220,216,155). Sum of RGB (Red+Green+Blue) = 220+216+155=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89B is #232764. Grayscale: #D2D2D2. Windows color (decimal): -2303845 or 10213596. OLE color: 10213596.

HSL color Cylindrical-coordinate representation of color #DCD89B: hue angle of 56.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD89B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 155 -
CMYK 0 0.02 0.30 0.14
HSL 56.31º 0.48% 0.74% -
HSV(B) 56.31º 0.3% 0.86% -
XYZ 59.99 66.69 40.72 -
YUV 210.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 220 216 155 0 0.02 0.30 0.14 56.31 0.48 0.74
Hex DC D8 9B 0 2 1E E 38 30 4A
Octal 334 330 233 0 2 36 16 70 60 112
Binary 11011100 11011000 10011011 0 10 11110 1110 111000 110000 1001010

Color Harmonies of #DCD89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD89B

Black with #DCD89B

Text Example


Text Example

White with #DCD89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD89B; }

 p { color: rgb(220,216,155); }

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

background-color css

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

 a { background-color: rgb(220,216,155); }

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

border-color css

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

 span { border-color: rgb(220,216,155); }

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