Html Css Color HEX #DAE98D Primrose

📋 copy color: '#DAE98D'

red 218 ◦ green 233 ◦ blue 141

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

Shades of Primrose #DAE98D

Tints of Primrose #DAE98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.82%

R = 36.82%
G = 39.36%
B = 23.82%

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

#DAE98D (or 0xDAE98D) is known color: Primrose. HEX triplet: DA, E9 and 8D. RGB value is (218,233,141). Sum of RGB (Red+Green+Blue) = 218+233+141=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE98D is #251672. Grayscale: #DADADA. Windows color (decimal): -2430579 or 9300442. OLE color: 9300442.

HSL color Cylindrical-coordinate representation of color #DAE98D: hue angle of 69.78º degrees, saturation: 0.68, 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 #DAE98D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 141 -
CMYK 0.06 0 0.39 0.09
HSL 69.78º 0.68% 0.73% -
HSV(B) 69.78º 0.39% 0.91% -
XYZ 62.86 75.11 36.38 -
YUV 218.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 218 233 141 0.06 0 0.39 0.09 69.78 0.68 0.73
Hex DA E9 8D 6 0 27 9 46 44 49
Octal 332 351 215 6 0 47 11 106 104 111
Binary 11011010 11101001 10001101 110 0 100111 1001 1000110 1000100 1001001

Color Harmonies of #DAE98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE98D

Black with #DAE98D

Text Example


Text Example

White with #DAE98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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