#d9e38d

Color #D9E38D Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D9E38D

Tints of Primrose #D9E38D

Color information

#D9E38D (or 0xD9E38D) is unknown color: approx Primrose. HEX triplet: D9, E3 and 8D. RGB value is (217,227,141). Sum of RGB (Red+Green+Blue) = 217+227+141=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E38D is #261C72. Grayscale: #D6D6D6. Windows color (decimal): -2497651 or 9298905. OLE color: 9298905.

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

Color convert

RGB217227141-
CMYK0.0400.380.11
HSL66.98º60.56%72.16%-
HSV(B)66.98º37.89%89.02%-
XYZ60.8971.6135.81-
YUV214.2186.69129.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=37.09%
G=38.80%
B=24.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271410.0400.380.1166.9860.5672.16
HexD9E38D4026B433d48
Octal33134321540461310375110
Binary1101100111100011100011011000100110101110000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9e38d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9e38d; }

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

 H1.HeaderClassName
 {
   color: #d9e38d;
 }
 .AnyTagClassName
 {
   color: #d9e38d;
 }
</style>
background-color css

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

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

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

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

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

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