Html Css Color HEX #DAE88F Primrose

📋 copy color: '#DAE88F'

red 218 ◦ green 232 ◦ blue 143

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

Shades of Primrose #DAE88F

Tints of Primrose #DAE88F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.12%

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

R = 36.76%
G = 39.12%
B = 24.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#DAE88F (or 0xDAE88F) is known color: Primrose. HEX triplet: DA, E8 and 8F. RGB value is (218,232,143). Sum of RGB (Red+Green+Blue) = 218+232+143=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE88F is #251770. Grayscale: #DADADA. Windows color (decimal): -2430833 or 9431258. OLE color: 9431258.

HSL color Cylindrical-coordinate representation of color #DAE88F: hue angle of 69.44º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE88F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 143 -
CMYK 0.06 0 0.38 0.09
HSL 69.44º 0.66% 0.74% -
HSV(B) 69.44º 0.38% 0.91% -
XYZ 62.73 74.6 37.08 -
YUV 217.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 218 232 143 0.06 0 0.38 0.09 69.44 0.66 0.74
Hex DA E8 8F 6 0 26 9 45 42 4A
Octal 332 350 217 6 0 46 11 105 102 112
Binary 11011010 11101000 10001111 110 0 100110 1001 1000101 1000010 1001010

Color Harmonies of #DAE88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE88F

Black with #DAE88F

Text Example


Text Example

White with #DAE88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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