#DAE09D

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

Shades of Primrose #DAE09D

Tints of Primrose #DAE09D

Color information

#DAE09D (or 0xDAE09D) is unknown color: approx Primrose. HEX triplet: DA, E0 and 9D. RGB value is (218,224,157). Sum of RGB (Red+Green+Blue) = 218+224+157=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE09D is #251F62. Grayscale: #D6D6D6. Windows color (decimal): -2432867 or 10346714. OLE color: 10346714.

HSL color Cylindrical-coordinate representation of color #DAE09D: hue angle of 65.37º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE09D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB218224157-
CMYK0.0300.300.12
HSL65.37º51.94%74.71%-
HSV(B)65.37º29.91%87.84%-
XYZ61.6570.6542.29-
YUV214.5795.51130.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=36.39%
G=37.40%
B=26.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241570.0300.300.1265.3751.9474.71
HexDAE09D301EC41344b
Octal33234023530361410164113
Binary11011010111000001001110111011110110010000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE09D; }

 p { color: rgb(218,224,157); }

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

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

 a { background-color: rgb(218,224,157); }

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

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

 span { border-color: rgb(218,224,157); }

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