Html Css Color HEX #DAE587 Primrose

📋 copy color: '#DAE587'

red 218 ◦ green 229 ◦ blue 135

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

Shades of Primrose #DAE587

Tints of Primrose #DAE587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.2%

R = 37.46%
G = 39.35%
B = 23.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#DAE587 (or 0xDAE587) is known color: Primrose. HEX triplet: DA, E5 and 87. RGB value is (218,229,135). Sum of RGB (Red+Green+Blue) = 218+229+135=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE587 is #251A78. Grayscale: #D7D7D7. Windows color (decimal): -2431609 or 8906202. OLE color: 8906202.

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

Color convert

RGB 218 229 135 -
CMYK 0.05 0 0.41 0.10
HSL 67.02º 0.64% 0.71% -
HSV(B) 67.02º 0.41% 0.9% -
XYZ 61.31 72.69 33.72 -
YUV 215 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 218 229 135 0.05 0 0.41 0.10 67.02 0.64 0.71
Hex DA E5 87 5 0 29 A 43 40 47
Octal 332 345 207 5 0 51 12 103 100 107
Binary 11011010 11100101 10000111 101 0 101001 1010 1000011 1000000 1000111

Color Harmonies of #DAE587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE587

Black with #DAE587

Text Example


Text Example

White with #DAE587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE587; }

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

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

background-color css

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

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

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

border-color css

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

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

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