Html Css Color HEX #DAE589 Primrose

📋 copy color: '#DAE589'

red 218 ◦ green 229 ◦ blue 137

#DAE589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DAE589

Tints of Primrose #DAE589

RGB

 RED value IS 218 (85.55% from 255) = 37.33%

 GREEN value IS 229 (89.84% from 255) = 39.21%

 BLUE value IS 137 (53.91% from 255) = 23.46%

R = 37.33%
G = 39.21%
B = 23.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#DAE589 (or 0xDAE589) is known color: Primrose. HEX triplet: DA, E5 and 89. RGB value is (218,229,137). Sum of RGB (Red+Green+Blue) = 218+229+137=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE589 is #251A76. Grayscale: #D7D7D7. Windows color (decimal): -2431607 or 9037274. OLE color: 9037274.

HSL color Cylindrical-coordinate representation of color #DAE589: hue angle of 67.17º 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 #DAE589 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 137 -
CMYK 0.05 0 0.40 0.10
HSL 67.17º 0.64% 0.72% -
HSV(B) 67.17º 0.4% 0.9% -
XYZ 61.45 72.75 34.47 -
YUV 215.22 83.86 129.98 -
System Red Green Blue C M Y K H S L
Decimal 218 229 137 0.05 0 0.40 0.10 67.17 0.64 0.72
Hex DA E5 89 5 0 28 A 43 40 48
Octal 332 345 211 5 0 50 12 103 100 110
Binary 11011010 11100101 10001001 101 0 101000 1010 1000011 1000000 1001000

Color Harmonies of #DAE589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE589

Black with #DAE589

Text Example


Text Example

White with #DAE589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE589; }

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

 H1.HeaderClassName
 {
   color: #DAE589;
 }
 .AnyTagClassName
 {
   color: #DAE589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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