Html Css Color HEX #DAD890 Primrose

📋 copy color: '#DAD890'

red 218 ◦ green 216 ◦ blue 144

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

Shades of Primrose #DAD890

Tints of Primrose #DAD890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.91%

R = 37.72%
G = 37.37%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD890 (or 0xDAD890) is known color: Primrose. HEX triplet: DA, D8 and 90. RGB value is (218,216,144). Sum of RGB (Red+Green+Blue) = 218+216+144=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD890 is #25276F. Grayscale: #D0D0D0. Windows color (decimal): -2434928 or 9492698. OLE color: 9492698.

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

Color convert

RGB 218 216 144 -
CMYK 0 0.01 0.34 0.15
HSL 58.38º 0.5% 0.71% -
HSV(B) 58.38º 0.34% 0.85% -
XYZ 58.5 66.03 36.05 -
YUV 208.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 218 216 144 0 0.01 0.34 0.15 58.38 0.5 0.71
Hex DA D8 90 0 1 22 F 3A 32 47
Octal 332 330 220 0 1 42 17 72 62 107
Binary 11011010 11011000 10010000 0 1 100010 1111 111010 110010 1000111

Color Harmonies of #DAD890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD890

Black with #DAD890

Text Example


Text Example

White with #DAD890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD890; }

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

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

background-color css

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

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

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

border-color css

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

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

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