Html Css Color HEX #DAE98C Primrose

📋 copy color: '#DAE98C'

red 218 ◦ green 233 ◦ blue 140

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

Shades of Primrose #DAE98C

Tints of Primrose #DAE98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.42%

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 36.89%
G = 39.42%
B = 23.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DAE98C (or 0xDAE98C) is known color: Primrose. HEX triplet: DA, E9 and 8C. RGB value is (218,233,140). Sum of RGB (Red+Green+Blue) = 218+233+140=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE98C is #251673. Grayscale: #DADADA. Windows color (decimal): -2430580 or 9234906. OLE color: 9234906.

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

Color convert

RGB 218 233 140 -
CMYK 0.06 0 0.40 0.09
HSL 69.68º 0.68% 0.73% -
HSV(B) 69.68º 0.4% 0.91% -
XYZ 62.79 75.08 35.99 -
YUV 217.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 218 233 140 0.06 0 0.40 0.09 69.68 0.68 0.73
Hex DA E9 8C 6 0 28 9 46 44 49
Octal 332 351 214 6 0 50 11 106 104 111
Binary 11011010 11101001 10001100 110 0 101000 1001 1000110 1000100 1001001

Color Harmonies of #DAE98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE98C

Black with #DAE98C

Text Example


Text Example

White with #DAE98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE98C; }

 p { color: rgb(218,233,140); }

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

background-color css

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

 a { background-color: rgb(218,233,140); }

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

border-color css

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

 span { border-color: rgb(218,233,140); }

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