#DAE183

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

Shades of Primrose #DAE183

Tints of Primrose #DAE183

Color information

#DAE183 (or 0xDAE183) is unknown color: approx Primrose. HEX triplet: DA, E1 and 83. RGB value is (218,225,131). Sum of RGB (Red+Green+Blue) = 218+225+131=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE183 is #251E7C. Grayscale: #D4D4D4. Windows color (decimal): -2432637 or 8643034. OLE color: 8643034.

HSL color Cylindrical-coordinate representation of color #DAE183: hue angle of 64.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE183 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB218225131-
CMYK0.0300.420.12
HSL64.47º61.04%69.8%-
HSV(B)64.47º41.78%88.24%-
XYZ59.9470.3931.9-
YUV212.1982.18132.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 131 (51.56% from 255) = 22.82%
R=37.98%
G=39.20%
B=22.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251310.0300.420.1264.4761.0469.8
HexDAE183302AC403d46
Octal33234120330521410075106
Binary110110101110000110000011110101010110010000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE183; }

 p { color: rgb(218,225,131); }

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

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

 a { background-color: rgb(218,225,131); }

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

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

 span { border-color: rgb(218,225,131); }

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