#DAE48B

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

Shades of Primrose #DAE48B

Tints of Primrose #DAE48B

Color information

#DAE48B (or 0xDAE48B) is unknown color: approx Primrose. HEX triplet: DA, E4 and 8B. RGB value is (218,228,139). Sum of RGB (Red+Green+Blue) = 218+228+139=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE48B is #251B74. Grayscale: #D7D7D7. Windows color (decimal): -2431861 or 9168090. OLE color: 9168090.

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

Color convert

RGB218228139-
CMYK0.0400.390.11
HSL66.74º62.24%71.96%-
HSV(B)66.74º39.04%89.41%-
XYZ61.3272.2635.14-
YUV214.8685.19130.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 139 (54.69% from 255) = 23.76%
R=37.26%
G=38.97%
B=23.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281390.0400.390.1166.7462.2471.96
HexDAE48B4027B433e48
Octal33234421340471310376110
Binary1101101011100100100010111000100111101110000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE48B; }

 p { color: rgb(218,228,139); }

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

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

 a { background-color: rgb(218,228,139); }

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

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

 span { border-color: rgb(218,228,139); }

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