Html Css Color HEX #DAE28D Primrose

📋 copy color: '#DAE28D'

red 218 ◦ green 226 ◦ blue 141

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

Shades of Primrose #DAE28D

Tints of Primrose #DAE28D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.63%

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

R = 37.26%
G = 38.63%
B = 24.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DAE28D (or 0xDAE28D) is known color: Primrose. HEX triplet: DA, E2 and 8D. RGB value is (218,226,141). Sum of RGB (Red+Green+Blue) = 218+226+141=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE28D is #251D72. Grayscale: #D6D6D6. Windows color (decimal): -2432371 or 9298650. OLE color: 9298650.

HSL color Cylindrical-coordinate representation of color #DAE28D: hue angle of 65.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE28D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 141 -
CMYK 0.04 0 0.38 0.11
HSL 65.65º 0.59% 0.72% -
HSV(B) 65.65º 0.38% 0.89% -
XYZ 60.92 71.22 35.74 -
YUV 213.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 218 226 141 0.04 0 0.38 0.11 65.65 0.59 0.72
Hex DA E2 8D 4 0 26 B 42 3B 48
Octal 332 342 215 4 0 46 13 102 73 110
Binary 11011010 11100010 10001101 100 0 100110 1011 1000010 111011 1001000

Color Harmonies of #DAE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE28D

Black with #DAE28D

Text Example


Text Example

White with #DAE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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