#DAE58A

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

Shades of Primrose #DAE58A

Tints of Primrose #DAE58A

Color information

#DAE58A (or 0xDAE58A) is unknown color: approx Primrose. HEX triplet: DA, E5 and 8A. RGB value is (218,229,138). Sum of RGB (Red+Green+Blue) = 218+229+138=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE58A is #251A75. Grayscale: #D7D7D7. Windows color (decimal): -2431606 or 9102810. OLE color: 9102810.

HSL color Cylindrical-coordinate representation of color #DAE58A: hue angle of 67.25º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE58A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB218229138-
CMYK0.0500.400.10
HSL67.25º63.64%71.96%-
HSV(B)67.25º39.74%89.8%-
XYZ61.5272.7834.85-
YUV215.3484.36129.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=37.26%
G=39.15%
B=23.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291380.0500.400.1067.2563.6471.96
HexDAE58A5028A434048
Octal332345212505012103100110
Binary11011010111001011000101010101010001010100001110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE58A; }

 p { color: rgb(218,229,138); }

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

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

 a { background-color: rgb(218,229,138); }

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

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

 span { border-color: rgb(218,229,138); }

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