#D9DF83

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

Shades of Primrose #D9DF83

Tints of Primrose #D9DF83

Color information

#D9DF83 (or 0xD9DF83) is unknown color: approx Primrose. HEX triplet: D9, DF and 83. RGB value is (217,223,131). Sum of RGB (Red+Green+Blue) = 217+223+131=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF83 is #26207C. Grayscale: #D3D3D3. Windows color (decimal): -2498685 or 8642521. OLE color: 8642521.

HSL color Cylindrical-coordinate representation of color #D9DF83: hue angle of 63.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9DF83 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB217223131-
CMYK0.0300.410.13
HSL63.91º58.97%69.41%-
HSV(B)63.91º41.26%87.45%-
XYZ59.169.1731.71-
YUV210.7283.01132.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=38.00%
G=39.05%
B=22.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231310.0300.410.1363.9158.9769.41
HexD9DF833029D403b45
Octal33133720330511510073105
Binary110110011101111110000011110101001110110000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DF83; }

 p { color: rgb(217,223,131); }

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

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

 a { background-color: rgb(217,223,131); }

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

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

 span { border-color: rgb(217,223,131); }

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