Html Css Color HEX #D9E384 Primrose

📋 copy color: '#D9E384'

red 217 ◦ green 227 ◦ blue 132

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

Shades of Primrose #D9E384

Tints of Primrose #D9E384

RGB

 RED value IS 217 (85.16% from 255) = 37.67%

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

 BLUE value IS 132 (51.95% from 255) = 22.92%

R = 37.67%
G = 39.41%
B = 22.92%

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

#D9E384 (or 0xD9E384) is known color: Primrose. HEX triplet: D9, E3 and 84. RGB value is (217,227,132). Sum of RGB (Red+Green+Blue) = 217+227+132=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E384 is #261C7B. Grayscale: #D5D5D5. Windows color (decimal): -2497660 or 8709081. OLE color: 8709081.

HSL color Cylindrical-coordinate representation of color #D9E384: hue angle of 66.32º 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 #D9E384 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 227 132 -
CMYK 0.04 0 0.42 0.11
HSL 66.32º 0.63% 0.7% -
HSV(B) 66.32º 0.42% 0.89% -
XYZ 60.25 71.36 32.43 -
YUV 213.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 217 227 132 0.04 0 0.42 0.11 66.32 0.63 0.7
Hex D9 E3 84 4 0 2A B 42 3F 46
Octal 331 343 204 4 0 52 13 102 77 106
Binary 11011001 11100011 10000100 100 0 101010 1011 1000010 111111 1000110

Color Harmonies of #D9E384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E384

Black with #D9E384

Text Example


Text Example

White with #D9E384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E384; }

 p { color: rgb(217,227,132); }

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

background-color css

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

 a { background-color: rgb(217,227,132); }

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

border-color css

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

 span { border-color: rgb(217,227,132); }

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