Html Css Color HEX #DAE186 Primrose

📋 copy color: '#DAE186'

red 218 ◦ green 225 ◦ blue 134

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

Shades of Primrose #DAE186

Tints of Primrose #DAE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.99%

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

R = 37.78%
G = 38.99%
B = 23.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#DAE186 (or 0xDAE186) is known color: Primrose. HEX triplet: DA, E1 and 86. RGB value is (218,225,134). Sum of RGB (Red+Green+Blue) = 218+225+134=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE186 is #251E79. Grayscale: #D4D4D4. Windows color (decimal): -2432634 or 8839642. OLE color: 8839642.

HSL color Cylindrical-coordinate representation of color #DAE186: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE186 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 134 -
CMYK 0.03 0 0.40 0.12
HSL 64.62º 0.6% 0.7% -
HSV(B) 64.62º 0.4% 0.88% -
XYZ 60.14 70.48 32.99 -
YUV 212.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 218 225 134 0.03 0 0.40 0.12 64.62 0.6 0.7
Hex DA E1 86 3 0 28 C 41 3C 46
Octal 332 341 206 3 0 50 14 101 74 106
Binary 11011010 11100001 10000110 11 0 101000 1100 1000001 111100 1000110

Color Harmonies of #DAE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE186

Black with #DAE186

Text Example


Text Example

White with #DAE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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