#DAE29C

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

Shades of Primrose #DAE29C

Tints of Primrose #DAE29C

Color information

#DAE29C (or 0xDAE29C) is unknown color: approx Primrose. HEX triplet: DA, E2 and 9C. RGB value is (218,226,156). Sum of RGB (Red+Green+Blue) = 218+226+156=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29C is #251D63. Grayscale: #D7D7D7. Windows color (decimal): -2432356 or 10281690. OLE color: 10281690.

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

Color convert

RGB218226156-
CMYK0.0400.310.11
HSL66.86º54.69%74.9%-
HSV(B)66.86º30.97%88.63%-
XYZ62.1171.742.02-
YUV215.6394.35129.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 156 (61.33% from 255) = 26%
R=36.33%
G=37.67%
B=26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261560.0400.310.1166.8654.6974.9
HexDAE29C401FB43374b
Octal33234223440371310367113
Binary110110101110001010011100100011111101110000111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE29C; }

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

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

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

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

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

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

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

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