#DAE29B

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

Shades of Primrose #DAE29B

Tints of Primrose #DAE29B

Color information

#DAE29B (or 0xDAE29B) is unknown color: approx Primrose. HEX triplet: DA, E2 and 9B. RGB value is (218,226,155). Sum of RGB (Red+Green+Blue) = 218+226+155=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29B is #251D64. Grayscale: #D7D7D7. Windows color (decimal): -2432357 or 10216154. OLE color: 10216154.

HSL color Cylindrical-coordinate representation of color #DAE29B: hue angle of 66.76º 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 #DAE29B is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB218226155-
CMYK0.0400.310.11
HSL66.76º55.04%74.71%-
HSV(B)66.76º31.42%88.63%-
XYZ62.0371.6641.57-
YUV215.5193.85129.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 226 (88.67% from 255) = 37.73%
BLUE value IS 155 (60.94% from 255) = 25.88%
R=36.39%
G=37.73%
B=25.88%

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
Decimal2182261550.0400.310.1166.7655.0474.71
HexDAE29B401FB43374b
Octal33234223340371310367113
Binary110110101110001010011011100011111101110000111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE29B; }

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

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

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

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

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

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

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

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