Html Css Color HEX #DBDBA4 Mint Julep

📋 copy color: '#DBDBA4'

red 219 ◦ green 219 ◦ blue 164

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

Shades of Mint Julep #DBDBA4

Tints of Mint Julep #DBDBA4

RGB

 RED value IS 219 (85.94% from 255) = 36.38%

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

 BLUE value IS 164 (64.45% from 255) = 27.24%

R = 36.38%
G = 36.38%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBDBA4 (or 0xDBDBA4) is known color: Mint Julep. HEX triplet: DB, DB and A4. RGB value is (219,219,164). Sum of RGB (Red+Green+Blue) = 219+219+164=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA4 is #24245B. Grayscale: #D4D4D4. Windows color (decimal): -2368604 or 10804187. OLE color: 10804187.

HSL color Cylindrical-coordinate representation of color #DBDBA4: hue angle of 60º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBDBA4 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 164 -
CMYK 0 0 0.25 0.14
HSL 60º 0.43% 0.75% -
HSV(B) 60º 0.25% 0.86% -
XYZ 61.25 68.4 45.1 -
YUV 212.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 219 219 164 0 0 0.25 0.14 60 0.43 0.75
Hex DB DB A4 0 0 19 E 3C 2B 4B
Octal 333 333 244 0 0 31 16 74 53 113
Binary 11011011 11011011 10100100 0 0 11001 1110 111100 101011 1001011

Color Harmonies of #DBDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBA4

Black with #DBDBA4

Text Example


Text Example

White with #DBDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBA4; }

 p { color: rgb(219,219,164); }

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

background-color css

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

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

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

border-color css

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

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

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