Html Css Color HEX #DAE18F Primrose

📋 copy color: '#DAE18F'

red 218 ◦ green 225 ◦ blue 143

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

Shades of Primrose #DAE18F

Tints of Primrose #DAE18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.4%

R = 37.2%
G = 38.4%
B = 24.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DAE18F (or 0xDAE18F) is known color: Primrose. HEX triplet: DA, E1 and 8F. RGB value is (218,225,143). Sum of RGB (Red+Green+Blue) = 218+225+143=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE18F is #251E70. Grayscale: #D5D5D5. Windows color (decimal): -2432625 or 9429466. OLE color: 9429466.

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

Color convert

RGB 218 225 143 -
CMYK 0.03 0 0.36 0.12
HSL 65.12º 0.58% 0.72% -
HSV(B) 65.12º 0.36% 0.88% -
XYZ 60.8 70.74 36.44 -
YUV 213.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 218 225 143 0.03 0 0.36 0.12 65.12 0.58 0.72
Hex DA E1 8F 3 0 24 C 41 3A 48
Octal 332 341 217 3 0 44 14 101 72 110
Binary 11011010 11100001 10001111 11 0 100100 1100 1000001 111010 1001000

Color Harmonies of #DAE18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE18F

Black with #DAE18F

Text Example


Text Example

White with #DAE18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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