#D6DC90

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

Shades of Primrose #D6DC90

Tints of Primrose #D6DC90

Color information

#D6DC90 (or 0xD6DC90) is unknown color: approx Primrose. HEX triplet: D6, DC and 90. RGB value is (214,220,144). Sum of RGB (Red+Green+Blue) = 214+220+144=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC90 is #29236F. Grayscale: #D1D1D1. Windows color (decimal): -2696048 or 9493718. OLE color: 9493718.

HSL color Cylindrical-coordinate representation of color #D6DC90: hue angle of 64.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6DC90 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB214220144-
CMYK0.0300.350.14
HSL64.74º52.05%71.37%-
HSV(B)64.74º34.55%86.27%-
XYZ58.3667.536.34-
YUV209.5491.01131.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 144 (56.64% from 255) = 24.91%
R=37.02%
G=38.06%
B=24.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201440.0300.350.1464.7452.0571.37
HexD6DC903023E413447
Octal32633422030431610164107
Binary110101101101110010010000110100011111010000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC90; }

 p { color: rgb(214,220,144); }

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

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

 a { background-color: rgb(214,220,144); }

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

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

 span { border-color: rgb(214,220,144); }

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