#D6DF98

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

Shades of Primrose #D6DF98

Tints of Primrose #D6DF98

Color information

#D6DF98 (or 0xD6DF98) is unknown color: approx Primrose. HEX triplet: D6, DF and 98. RGB value is (214,223,152). Sum of RGB (Red+Green+Blue) = 214+223+152=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF98 is #292067. Grayscale: #D4D4D4. Windows color (decimal): -2695272 or 10018774. OLE color: 10018774.

HSL color Cylindrical-coordinate representation of color #D6DF98: hue angle of 67.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6DF98 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB214223152-
CMYK0.0400.320.13
HSL67.61º52.59%73.53%-
HSV(B)67.61º31.84%87.45%-
XYZ59.7969.3439.94-
YUV212.2194.02129.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=36.33%
G=37.86%
B=25.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142231520.0400.320.1367.6152.5973.53
HexD6DF984020D44354a
Octal32633723040401510465112
Binary1101011011011111100110001000100000110110001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DF98; }

 p { color: rgb(214,223,152); }

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

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

 a { background-color: rgb(214,223,152); }

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

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

 span { border-color: rgb(214,223,152); }

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