Html Css Color HEX #DAE586 Primrose

📋 copy color: '#DAE586'

red 218 ◦ green 229 ◦ blue 134

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

Shades of Primrose #DAE586

Tints of Primrose #DAE586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.06%

R = 37.52%
G = 39.41%
B = 23.06%

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

#DAE586 (or 0xDAE586) is known color: Primrose. HEX triplet: DA, E5 and 86. RGB value is (218,229,134). Sum of RGB (Red+Green+Blue) = 218+229+134=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE586 is #251A79. Grayscale: #D7D7D7. Windows color (decimal): -2431610 or 8840666. OLE color: 8840666.

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

Color convert

RGB 218 229 134 -
CMYK 0.05 0 0.41 0.10
HSL 66.95º 0.65% 0.71% -
HSV(B) 66.95º 0.41% 0.9% -
XYZ 61.24 72.67 33.35 -
YUV 214.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 218 229 134 0.05 0 0.41 0.10 66.95 0.65 0.71
Hex DA E5 86 5 0 29 A 43 41 47
Octal 332 345 206 5 0 51 12 103 101 107
Binary 11011010 11100101 10000110 101 0 101001 1010 1000011 1000001 1000111

Color Harmonies of #DAE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE586

Black with #DAE586

Text Example


Text Example

White with #DAE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE586; }

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

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

background-color css

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

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

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

border-color css

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

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

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