#D6DF8A

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

Shades of Primrose #D6DF8A

Tints of Primrose #D6DF8A

Color information

#D6DF8A (or 0xD6DF8A) is unknown color: approx Primrose. HEX triplet: D6, DF and 8A. RGB value is (214,223,138). Sum of RGB (Red+Green+Blue) = 214+223+138=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF8A is #292075. Grayscale: #D2D2D2. Windows color (decimal): -2695286 or 9101270. OLE color: 9101270.

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

Color convert

RGB214223138-
CMYK0.0400.380.13
HSL66.35º57.05%70.78%-
HSV(B)66.35º38.12%87.45%-
XYZ58.7168.9134.25-
YUV210.6287.02130.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 138 (54.30% from 255) = 24%
R=37.22%
G=38.78%
B=24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142231380.0400.380.1366.3557.0570.78
HexD6DF8A4026D423947
Octal32633721240461510271107
Binary1101011011011111100010101000100110110110000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DF8A; }

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

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

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

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

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

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

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

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