Html Css Color HEX #DAE88E Primrose

📋 copy color: '#DAE88E'

red 218 ◦ green 232 ◦ blue 142

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

Shades of Primrose #DAE88E

Tints of Primrose #DAE88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 36.82%
G = 39.19%
B = 23.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#DAE88E (or 0xDAE88E) is known color: Primrose. HEX triplet: DA, E8 and 8E. RGB value is (218,232,142). Sum of RGB (Red+Green+Blue) = 218+232+142=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE88E is #251771. Grayscale: #D9D9D9. Windows color (decimal): -2430834 or 9365722. OLE color: 9365722.

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

Color convert

RGB 218 232 142 -
CMYK 0.06 0 0.39 0.09
HSL 69.33º 0.66% 0.73% -
HSV(B) 69.33º 0.39% 0.91% -
XYZ 62.65 74.57 36.68 -
YUV 217.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 218 232 142 0.06 0 0.39 0.09 69.33 0.66 0.73
Hex DA E8 8E 6 0 27 9 45 42 49
Octal 332 350 216 6 0 47 11 105 102 111
Binary 11011010 11101000 10001110 110 0 100111 1001 1000101 1000010 1001001

Color Harmonies of #DAE88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE88E

Black with #DAE88E

Text Example


Text Example

White with #DAE88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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