Html Css Color HEX #DCD69B Mint Julep

📋 copy color: '#DCD69B'

red 220 ◦ green 214 ◦ blue 155

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

Shades of Mint Julep #DCD69B

Tints of Mint Julep #DCD69B

RGB

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

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

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

R = 37.35%
G = 36.33%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCD69B (or 0xDCD69B) is known color: Mint Julep. HEX triplet: DC, D6 and 9B. RGB value is (220,214,155). Sum of RGB (Red+Green+Blue) = 220+214+155=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69B is #232964. Grayscale: #D1D1D1. Windows color (decimal): -2304357 or 10213084. OLE color: 10213084.

HSL color Cylindrical-coordinate representation of color #DCD69B: hue angle of 54.46º 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 #DCD69B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 155 -
CMYK 0 0.03 0.30 0.14
HSL 54.46º 0.48% 0.74% -
HSV(B) 54.46º 0.3% 0.86% -
XYZ 59.48 65.68 40.55 -
YUV 209.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 220 214 155 0 0.03 0.30 0.14 54.46 0.48 0.74
Hex DC D6 9B 0 3 1E E 36 30 4A
Octal 334 326 233 0 3 36 16 66 60 112
Binary 11011100 11010110 10011011 0 11 11110 1110 110110 110000 1001010

Color Harmonies of #DCD69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD69B

Black with #DCD69B

Text Example


Text Example

White with #DCD69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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