#DAE29A

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

Shades of Primrose #DAE29A

Tints of Primrose #DAE29A

Color information

#DAE29A (or 0xDAE29A) is unknown color: approx Primrose. HEX triplet: DA, E2 and 9A. RGB value is (218,226,154). Sum of RGB (Red+Green+Blue) = 218+226+154=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29A is #251D65. Grayscale: #D7D7D7. Windows color (decimal): -2432358 or 10150618. OLE color: 10150618.

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

Color convert

RGB218226154-
CMYK0.0400.320.11
HSL66.67º55.38%74.51%-
HSV(B)66.67º31.86%88.63%-
XYZ61.9471.6341.13-
YUV215.493.35129.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 226 (88.67% from 255) = 37.79%
BLUE value IS 154 (60.55% from 255) = 25.75%
R=36.45%
G=37.79%
B=25.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261540.0400.320.1166.6755.3874.51
HexDAE29A4020B43374b
Octal33234223240401310367113
Binary1101101011100010100110101000100000101110000111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE29A; }

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

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

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

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

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

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

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

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