Html Css Color HEX #DAD7B0 Mint Julep

📋 copy color: '#DAD7B0'

red 218 ◦ green 215 ◦ blue 176

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

Shades of Mint Julep #DAD7B0

Tints of Mint Julep #DAD7B0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.3%

 BLUE value IS 176 (69.14% from 255) = 28.9%

R = 35.8%
G = 35.3%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DAD7B0 (or 0xDAD7B0) is known color: Mint Julep. HEX triplet: DA, D7 and B0. RGB value is (218,215,176). Sum of RGB (Red+Green+Blue) = 218+215+176=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD7B0 is #25284F. Grayscale: #D3D3D3. Windows color (decimal): -2435152 or 11589594. OLE color: 11589594.

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

Color convert

RGB 218 215 176 -
CMYK 0 0.01 0.19 0.15
HSL 55.71º 0.36% 0.77% -
HSV(B) 55.71º 0.19% 0.85% -
XYZ 61.05 66.64 50.72 -
YUV 211.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 218 215 176 0 0.01 0.19 0.15 55.71 0.36 0.77
Hex DA D7 B0 0 1 13 F 38 24 4D
Octal 332 327 260 0 1 23 17 70 44 115
Binary 11011010 11010111 10110000 0 1 10011 1111 111000 100100 1001101

Color Harmonies of #DAD7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7B0

Black with #DAD7B0

Text Example


Text Example

White with #DAD7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7B0; }

 p { color: rgb(218,215,176); }

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

background-color css

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

 a { background-color: rgb(218,215,176); }

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

border-color css

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

 span { border-color: rgb(218,215,176); }

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