Html Css Color HEX #DAE18D Primrose

📋 copy color: '#DAE18D'

red 218 ◦ green 225 ◦ blue 141

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

Shades of Primrose #DAE18D

Tints of Primrose #DAE18D

RGB

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

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

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

R = 37.33%
G = 38.53%
B = 24.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#DAE18D (or 0xDAE18D) is known color: Primrose. HEX triplet: DA, E1 and 8D. RGB value is (218,225,141). Sum of RGB (Red+Green+Blue) = 218+225+141=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE18D is #251E72. Grayscale: #D5D5D5. Windows color (decimal): -2432627 or 9298394. OLE color: 9298394.

HSL color Cylindrical-coordinate representation of color #DAE18D: hue angle of 65º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE18D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 141 -
CMYK 0.03 0 0.37 0.12
HSL 65º 0.58% 0.72% -
HSV(B) 65º 0.37% 0.88% -
XYZ 60.65 70.68 35.65 -
YUV 213.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 218 225 141 0.03 0 0.37 0.12 65 0.58 0.72
Hex DA E1 8D 3 0 25 C 41 3A 48
Octal 332 341 215 3 0 45 14 101 72 110
Binary 11011010 11100001 10001101 11 0 100101 1100 1000001 111010 1001000

Color Harmonies of #DAE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE18D

Black with #DAE18D

Text Example


Text Example

White with #DAE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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