#DAE09C

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

Shades of Primrose #DAE09C

Tints of Primrose #DAE09C

Color information

#DAE09C (or 0xDAE09C) is unknown color: approx Primrose. HEX triplet: DA, E0 and 9C. RGB value is (218,224,156). Sum of RGB (Red+Green+Blue) = 218+224+156=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE09C is #251F63. Grayscale: #D6D6D6. Windows color (decimal): -2432868 or 10281178. OLE color: 10281178.

HSL color Cylindrical-coordinate representation of color #DAE09C: hue angle of 65.29º 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 #DAE09C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB218224156-
CMYK0.0300.300.12
HSL65.29º52.31%74.51%-
HSV(B)65.29º30.36%87.84%-
XYZ61.5770.6241.84-
YUV214.4595.01130.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 156 (61.33% from 255) = 26.09%
R=36.45%
G=37.46%
B=26.09%

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
Decimal2182241560.0300.300.1265.2952.3174.51
HexDAE09C301EC41344b
Octal33234023430361410164113
Binary11011010111000001001110011011110110010000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE09C; }

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

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

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

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

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

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

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

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