Html Css Color HEX #DAE188 Primrose

📋 copy color: '#DAE188'

red 218 ◦ green 225 ◦ blue 136

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

Shades of Primrose #DAE188

Tints of Primrose #DAE188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.49%

R = 37.65%
G = 38.86%
B = 23.49%

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

#DAE188 (or 0xDAE188) is known color: Primrose. HEX triplet: DA, E1 and 88. RGB value is (218,225,136). Sum of RGB (Red+Green+Blue) = 218+225+136=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE188 is #251E77. Grayscale: #D5D5D5. Windows color (decimal): -2432632 or 8970714. OLE color: 8970714.

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

Color convert

RGB 218 225 136 -
CMYK 0.03 0 0.40 0.12
HSL 64.72º 0.6% 0.71% -
HSV(B) 64.72º 0.4% 0.88% -
XYZ 60.28 70.53 33.73 -
YUV 212.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 218 225 136 0.03 0 0.40 0.12 64.72 0.6 0.71
Hex DA E1 88 3 0 28 C 41 3C 47
Octal 332 341 210 3 0 50 14 101 74 107
Binary 11011010 11100001 10001000 11 0 101000 1100 1000001 111100 1000111

Color Harmonies of #DAE188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE188

Black with #DAE188

Text Example


Text Example

White with #DAE188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE188; }

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

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

background-color css

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

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

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

border-color css

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

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

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