Html Css Color HEX #DAD89B Mint Julep

📋 copy color: '#DAD89B'

red 218 ◦ green 216 ◦ blue 155

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

Shades of Mint Julep #DAD89B

Tints of Mint Julep #DAD89B

RGB

 RED value IS 218 (85.55% from 255) = 37.01%

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

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

R = 37.01%
G = 36.67%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAD89B (or 0xDAD89B) is known color: Mint Julep. HEX triplet: DA, D8 and 9B. RGB value is (218,216,155). Sum of RGB (Red+Green+Blue) = 218+216+155=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD89B is #252764. Grayscale: #D1D1D1. Windows color (decimal): -2434917 or 10213594. OLE color: 10213594.

HSL color Cylindrical-coordinate representation of color #DAD89B: hue angle of 58.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAD89B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 155 -
CMYK 0 0.01 0.29 0.15
HSL 58.1º 0.46% 0.73% -
HSV(B) 58.1º 0.29% 0.85% -
XYZ 59.39 66.38 40.69 -
YUV 209.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 218 216 155 0 0.01 0.29 0.15 58.1 0.46 0.73
Hex DA D8 9B 0 1 1D F 3A 2E 49
Octal 332 330 233 0 1 35 17 72 56 111
Binary 11011010 11011000 10011011 0 1 11101 1111 111010 101110 1001001

Color Harmonies of #DAD89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD89B

Black with #DAD89B

Text Example


Text Example

White with #DAD89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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