#DAD98E

Color #DAD98E Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DAD98E

Tints of Primrose #DAD98E

Color information

#DAD98E (or 0xDAD98E) is unknown color: approx Primrose. HEX triplet: DA, D9 and 8E. RGB value is (218,217,142). Sum of RGB (Red+Green+Blue) = 218+217+142=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD98E is #252671. Grayscale: #D1D1D1. Windows color (decimal): -2434674 or 9361882. OLE color: 9361882.

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

Color convert

RGB218217142-
CMYK00.000.350.15
HSL59.21º50.67%70.59%-
HSV(B)59.21º34.86%85.49%-
XYZ58.6166.4835.33-
YUV208.7590.33134.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=37.78%
G=37.61%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821714200.000.350.1559.2150.6770.59
HexDAD98E0023F3b3347
Octal3323312160043177363107
Binary1101101011011001100011100010001111111110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD98E; }

 p { color: rgb(218,217,142); }

 H1.HeaderClassName
 {
   color: #DAD98E;
 }
 .AnyTagClassName
 {
   color: #DAD98E;
 }
</style>
background-color css

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

 a { background-color: rgb(218,217,142); }

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

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

 span { border-color: rgb(218,217,142); }

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