#DAE384

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

Shades of Primrose #DAE384

Tints of Primrose #DAE384

Color information

#DAE384 (or 0xDAE384) is unknown color: approx Primrose. HEX triplet: DA, E3 and 84. RGB value is (218,227,132). Sum of RGB (Red+Green+Blue) = 218+227+132=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE384 is #251C7B. Grayscale: #D5D5D5. Windows color (decimal): -2432124 or 8709082. OLE color: 8709082.

HSL color Cylindrical-coordinate representation of color #DAE384: hue angle of 65.68º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE384 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB218227132-
CMYK0.0400.420.11
HSL65.68º62.91%70.39%-
HSV(B)65.68º41.85%89.02%-
XYZ60.5571.5132.44-
YUV213.4882.02131.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 227 (89.06% from 255) = 39.34%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=37.78%
G=39.34%
B=22.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271320.0400.420.1165.6862.9170.39
HexDAE384402AB423f46
Octal33234320440521310277106
Binary1101101011100011100001001000101010101110000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE384; }

 p { color: rgb(218,227,132); }

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

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

 a { background-color: rgb(218,227,132); }

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

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

 span { border-color: rgb(218,227,132); }

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