#DAE792

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

Shades of Primrose #DAE792

Tints of Primrose #DAE792

Color information

#DAE792 (or 0xDAE792) is unknown color: approx Primrose. HEX triplet: DA, E7 and 92. RGB value is (218,231,146). Sum of RGB (Red+Green+Blue) = 218+231+146=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE792 is #25186D. Grayscale: #D9D9D9. Windows color (decimal): -2431086 or 9627610. OLE color: 9627610.

HSL color Cylindrical-coordinate representation of color #DAE792: hue angle of 69.18º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE792 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB218231146-
CMYK0.0600.370.09
HSL69.18º63.91%73.92%-
HSV(B)69.18º36.8%90.59%-
XYZ62.6874.1338.2-
YUV217.4287.69128.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 231 (90.62% from 255) = 38.82%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=36.64%
G=38.82%
B=24.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311460.0600.370.0969.1863.9173.92
HexDAE7926025945404a
Octal332347222604511105100112
Binary11011010111001111001001011001001011001100010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE792; }

 p { color: rgb(218,231,146); }

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

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

 a { background-color: rgb(218,231,146); }

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

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

 span { border-color: rgb(218,231,146); }

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