Html Css Color HEX #DAE486 Primrose

📋 copy color: '#DAE486'

red 218 ◦ green 228 ◦ blue 134

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

Shades of Primrose #DAE486

Tints of Primrose #DAE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.31%

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

R = 37.59%
G = 39.31%
B = 23.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DAE486 (or 0xDAE486) is known color: Primrose. HEX triplet: DA, E4 and 86. RGB value is (218,228,134). Sum of RGB (Red+Green+Blue) = 218+228+134=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE486 is #251B79. Grayscale: #D6D6D6. Windows color (decimal): -2431866 or 8840410. OLE color: 8840410.

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

Color convert

RGB 218 228 134 -
CMYK 0.04 0 0.41 0.11
HSL 66.38º 0.64% 0.71% -
HSV(B) 66.38º 0.41% 0.89% -
XYZ 60.96 72.11 33.26 -
YUV 214.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 218 228 134 0.04 0 0.41 0.11 66.38 0.64 0.71
Hex DA E4 86 4 0 29 B 42 40 47
Octal 332 344 206 4 0 51 13 102 100 107
Binary 11011010 11100100 10000110 100 0 101001 1011 1000010 1000000 1000111

Color Harmonies of #DAE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE486

Black with #DAE486

Text Example


Text Example

White with #DAE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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