Html Css Color HEX #DCDBAB Mint Julep

📋 copy color: '#DCDBAB'

red 220 ◦ green 219 ◦ blue 171

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

Shades of Mint Julep #DCDBAB

Tints of Mint Julep #DCDBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 36.07%
G = 35.9%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCDBAB (or 0xDCDBAB) is known color: Mint Julep. HEX triplet: DC, DB and AB. RGB value is (220,219,171). Sum of RGB (Red+Green+Blue) = 220+219+171=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAB is #232454. Grayscale: #D6D6D6. Windows color (decimal): -2303061 or 11262940. OLE color: 11262940.

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

Color convert

RGB 220 219 171 -
CMYK 0 0.00 0.22 0.14
HSL 58.78º 0.41% 0.77% -
HSV(B) 58.78º 0.22% 0.86% -
XYZ 62.2 68.82 48.53 -
YUV 213.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 220 219 171 0 0.00 0.22 0.14 58.78 0.41 0.77
Hex DC DB AB 0 0 16 E 3B 29 4D
Octal 334 333 253 0 0 26 16 73 51 115
Binary 11011100 11011011 10101011 0 0 10110 1110 111011 101001 1001101

Color Harmonies of #DCDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBAB

Black with #DCDBAB

Text Example


Text Example

White with #DCDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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