Html Css Color HEX #DAE383 Primrose

📋 copy color: '#DAE383'

red 218 ◦ green 227 ◦ blue 131

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

Shades of Primrose #DAE383

Tints of Primrose #DAE383

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.41%

 BLUE value IS 131 (51.56% from 255) = 22.74%

R = 37.85%
G = 39.41%
B = 22.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DAE383 (or 0xDAE383) is known color: Primrose. HEX triplet: DA, E3 and 83. RGB value is (218,227,131). Sum of RGB (Red+Green+Blue) = 218+227+131=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE383 is #251C7C. Grayscale: #D5D5D5. Windows color (decimal): -2432125 or 8643546. OLE color: 8643546.

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

Color convert

RGB 218 227 131 -
CMYK 0.04 0 0.42 0.11
HSL 65.63º 0.63% 0.7% -
HSV(B) 65.63º 0.42% 0.89% -
XYZ 60.48 71.48 32.08 -
YUV 213.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 218 227 131 0.04 0 0.42 0.11 65.63 0.63 0.7
Hex DA E3 83 4 0 2A B 42 3F 46
Octal 332 343 203 4 0 52 13 102 77 106
Binary 11011010 11100011 10000011 100 0 101010 1011 1000010 111111 1000110

Color Harmonies of #DAE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE383

Black with #DAE383

Text Example


Text Example

White with #DAE383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE383; }

 p { color: rgb(218,227,131); }

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

background-color css

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

 a { background-color: rgb(218,227,131); }

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

border-color css

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

 span { border-color: rgb(218,227,131); }

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