Html Css Color HEX #DAE887 Primrose

📋 copy color: '#DAE887'

red 218 ◦ green 232 ◦ blue 135

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

Shades of Primrose #DAE887

Tints of Primrose #DAE887

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

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

R = 37.26%
G = 39.66%
B = 23.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DAE887 (or 0xDAE887) is known color: Primrose. HEX triplet: DA, E8 and 87. RGB value is (218,232,135). Sum of RGB (Red+Green+Blue) = 218+232+135=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE887 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE887 is #251778. Grayscale: #D9D9D9. Windows color (decimal): -2430841 or 8906970. OLE color: 8906970.

HSL color Cylindrical-coordinate representation of color #DAE887: hue angle of 68.66º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE887 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 135 -
CMYK 0.06 0 0.42 0.09
HSL 68.66º 0.68% 0.72% -
HSV(B) 68.66º 0.42% 0.91% -
XYZ 62.14 74.37 34 -
YUV 216.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 218 232 135 0.06 0 0.42 0.09 68.66 0.68 0.72
Hex DA E8 87 6 0 2A 9 45 44 48
Octal 332 350 207 6 0 52 11 105 104 110
Binary 11011010 11101000 10000111 110 0 101010 1001 1000101 1000100 1001000

Color Harmonies of #DAE887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE887

Black with #DAE887

Text Example


Text Example

White with #DAE887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE887; }

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

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

background-color css

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

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

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

border-color css

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

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

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